Cargo Features
[dependencies]
bls_bulletproofs = { version = "1.1.1", default-features = false, features = ["std", "yoloproofs", "nightly", "docs"] }
- default = std
-
The
stdfeature is set by default wheneverbls_bulletproofsis added withoutsomewhere in the dependency tree.default-features = false - std default = thiserror
-
Affects
bls_bulletproofs::r1cs… - yoloproofs
-
Affects
errors::R1CSError,util::VecPoly3,util::Poly6,bls_bulletproofs::r1cs… - nightly docs?
-
Enables nightly of clear_on_drop and subtle
subtle:
DEPRECATED: As of 2.4.1, this feature does nothing.
- docs = nightly
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.
- thiserror std
-
Enables thiserror ^1