Cargo Features
[dependencies]
delanocreds = { version = "0.2.1", default-features = false, features = ["zkp", "serde", "serde_json"] }
serde feature turns on all the optional serde deps
- default = serde, serde_json
-
These default features are set whenever
delanocreds
is added without
somewhere in the dependency tree.default-features = false - zkp
-
Affects
zkp::zkp_schnorr_fiat_shamir.challenge
,zkp::zkp_schnorr_fiat_shamir.non_interact_prove
,zkp::zkp_schnorr_fiat_shamir.non_interact_verify
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- serde default
-
Enables serde
optional dependencies, enabled by default (see features below)
- serde_json default