Cargo Features
[dependencies]
libipld-core = { version = "0.16.0", default-features = false, features = ["std", "serde-codec", "arb"] }
- default = std
-
The
std
feature is set by default wheneverlibipld-core
is added without
somewhere in the dependency tree.default-features = false - std default = thiserror
-
Enables std of anyhow, cid ^0.10.0, multibase, and multihash ^0.18.0
- serde-codec = serde
-
Enables serde-codec of cid ^0.10.0
cid:
Deprecated, don't use.
Affects
error::SerdeError
,libipld-core::serde
… - arb = quickcheck
-
Enables arb of cid ^0.10.0
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.