File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,18 @@ publish = false
13
13
[lib ]
14
14
crate-type = [" cdylib" ]
15
15
16
+ [features ]
17
+ default = [" transaction-proofs" ]
18
+
19
+ download-params = [" ironfish/download-params" ]
20
+ note-encryption-stats = [" ironfish/note-encryption-stats" ]
21
+ transaction-proofs = [" ironfish/transaction-proofs" ]
22
+
16
23
[dependencies ]
17
24
blstrs = " 0.6.0"
18
25
getrandom = { version = " 0.2.8" , features = [" js" ] } # need to explicitly enable the `js` feature in order to run in a browser
19
26
group = " 0.12.0"
20
- ironfish = { version = " 0.3.0" , path = " ../ironfish-rust" }
27
+ ironfish = { version = " 0.3.0" , path = " ../ironfish-rust" , default-features = false }
21
28
ironfish-jubjub = " 0.1.0"
22
29
ironfish_zkp = { version = " 0.2.0" , path = " ../ironfish-zkp" }
23
30
rand = " 0.8.5"
You can’t perform that action at this time.
0 commit comments