Cargo Features
[dependencies]
tagged-base64 = { version = "0.4.0", default-features = false, features = ["ark-serialize", "serde", "wasm-bindgen", "wasm-debug", "build-cli", "web-sys"] }
- default = ark-serialize, serde, wasm-bindgen
-
These default features are set whenever
tagged-base64
is added without
somewhere in the dependency tree.default-features = false - ark-serialize default
-
Enables ark-serialize ^0.4
- serde default
-
Enables serde, serde of tagged-base64-macros
- wasm-bindgen default
-
Enables wasm-bindgen
Affects
tagged-base64::to_jsvalue
… - wasm-debug
-
Enables console_error_panic_hook
- build-cli
-
Enables clap
Command line argument processing
Required by the binary