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