Cargo Features
[dependencies]
dkg-mirror = { version = "0.5.1", default-features = false, features = ["std", "borsh", "tests"] }
- default = std
-
The
std
feature is set by default wheneverdkg-mirror
is added without
somewhere in the dependency tree.default-features = false - std default = thiserror
-
Enables serialize and std of dleq-mirror, batch and std of multiexp-mirror, std of rand_core, schnorr-signatures-mirror, std-shims-mirror, and flexible-transcript-mirror, std of chacha20, ciphersuite-mirror, and optional borsh
Affects
dkg-mirror::encryption
,dkg-mirror::pedpop
,dkg-mirror::promote
,musig::musig
… - borsh
-
Enables borsh
- tests
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.