Cargo Features
[dependencies]
sn_bulletproofs = { version = "0.1.0", default-features = false, features = ["std", "yoloproofs", "nightly", "docs"] }
- default = std
-
The
std
feature is set by default wheneversn_bulletproofs
is added without
somewhere in the dependency tree.default-features = false - std default = thiserror
-
Affects
sn_bulletproofs::r1cs
… - yoloproofs
-
Affects
errors::R1CSError
,util::VecPoly3
,util::Poly6
,sn_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