Cargo Features

[dependencies]
bls_bulletproofs = { version = "1.1.1", default-features = false, features = ["std", "yoloproofs", "nightly", "docs"] }
default = std

The std feature is set by default whenever bls_bulletproofs is added without default-features = false somewhere in the dependency tree.

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