@@ -52,18 +52,6 @@ js-sys = "0.3.70"
52
52
wasm-bindgen-futures = " 0.4.43"
53
53
web-sys = { version = " 0.3.70" , features = [
54
54
" console" ,
55
- " Headers" ,
56
- " ReadableStream" ,
57
- " ReferrerPolicy" ,
58
- " Request" ,
59
- " RequestCache" ,
60
- " RequestCredentials" ,
61
- " RequestInit" ,
62
- " RequestMode" ,
63
- " RequestRedirect" ,
64
- " Response" ,
65
- " ServiceWorkerGlobalScope" ,
66
- " WorkerGlobalScope" ,
67
55
] }
68
56
wasm-bindgen-rayon = { version = " 1.2.1" , optional = true }
69
57
@@ -107,7 +95,6 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
107
95
tracing = " 0.1.40"
108
96
rayon = { version = " 1.8" , features = [" web_spin_lock" ] }
109
97
subtle = " 2.6.1"
110
- # wasm_thread = { version = "0.3.0" }
111
98
wasm_thread = { git = " https://github.com/WilsonGramer/wasm_thread.git" , rev = " eb41bcc0d98ce0620a313687c0344341391b9d78" , features = [" keep_worker_alive" ] }
112
99
113
100
wasm_sync = " 0.1.2"
@@ -127,16 +114,14 @@ wasm-bindgen-rayon = { git = "https://github.com/9SMTM6/wasm-bindgen-rayon", rev
127
114
# TODO: Remove these once the PRs are merged
128
115
shardtree = { git = " https://github.com/ec2/incrementalmerkletree.git" , rev = " 16eff253ad2575d48feec04f7387e6507a7dd698" }
129
116
incrementalmerkletree = { git = " https://github.com/ec2/incrementalmerkletree.git" , rev = " 16eff253ad2575d48feec04f7387e6507a7dd698" }
130
- # tonic-web-wasm-client = { path = "../tonic-web-wasm-client" }
131
-
132
- # wasm_thread = { git = "https://github.com/WilsonGramer/wasm_thread.git", rev = "eb41bcc0d98ce0620a313687c0344341391b9d78" }
133
-
134
- [patch .'https://github .com/chainsafe/librustzcash' ]
135
- zcash_address = { path = " ../librustzcash/components/zcash_address" }
136
- zcash_client_backend = { path = " ../librustzcash/zcash_client_backend" }
137
- zcash_client_sqlite = { path = " ../librustzcash/zcash_client_sqlite" }
138
- zcash_client_memory = { path = " ../librustzcash/zcash_client_memory" }
139
- zcash_keys = { path = " ../librustzcash/zcash_keys" }
140
- zcash_primitives = { path = " ../librustzcash/zcash_primitives" }
141
- zcash_proofs = { path = " ../librustzcash/zcash_proofs" }
142
- zcash_protocol = { path = " ../librustzcash/components/zcash_protocol" }
117
+
118
+
119
+ # [patch.'https://github.com/chainsafe/librustzcash']
120
+ # zcash_address = { path = "../librustzcash/components/zcash_address" }
121
+ # zcash_client_backend = { path = "../librustzcash/zcash_client_backend" }
122
+ # zcash_client_sqlite = { path = "../librustzcash/zcash_client_sqlite" }
123
+ # zcash_client_memory = { path = "../librustzcash/zcash_client_memory" }
124
+ # zcash_keys = { path = "../librustzcash/zcash_keys" }
125
+ # zcash_primitives = { path = "../librustzcash/zcash_primitives" }
126
+ # zcash_proofs = { path = "../librustzcash/zcash_proofs" }
127
+ # zcash_protocol = { path = "../librustzcash/components/zcash_protocol" }
0 commit comments