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 default-features = false somewhere in the dependency tree.

ark-serialize default

Enables ark-serialize

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

Features from optional dependencies

web-sys wasm32 implicit feature

Enables web-sys

web-sys:

Bindings for all Web APIs, a procedurally generated crate from WebIDL