Cargo Features
[dependencies]
committable = { version = "0.2.4", default-features = false, features = ["ark-serialize", "serde"] }
- default = ark-serialize, serde
-
These default features are set whenever
committable
is added without
somewhere in the dependency tree.default-features = false - ark-serialize default serde = tagged-base64
-
Enables ark-serialize ^0.4, ark-serialize of tagged-base64
Affects
committable::CommitmentBoundsSerdeless
… - serde default = ark-serialize, tagged-base64
-
Enables serde, serde of tagged-base64
Affects
committable::CommitmentBounds
…
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.