Cargo Features
ipld-block-builder has no features set by default.
[dependencies]
ipld-block-builder = { version = "0.4.1", features = ["crypto"] }
- crypto = rand, secrecy, strobe-rs, thiserror, unsigned-varint, zeroize
-
Affects
codec::GenericStrobeCodec
,ipld-block-builder::StrobeCodec
…
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.
- rand crypto?
-
Enables rand ^0.7.3
- secrecy crypto?
-
Enables secrecy ^0.6.0
- strobe-rs crypto?
-
Enables strobe-rs ^0.5.3
- thiserror crypto?
-
Enables thiserror ^1.0.19
- unsigned-varint crypto?
-
Enables unsigned-varint ^0.4.0
- zeroize crypto?