Cargo Features
[dependencies]
lurk-ipld = { version = "0.3.0", default-features = false, features = ["dag-cbor", "dag-json", "dag-pb", "derive", "serde-codec"] }
- default = dag-cbor, dag-json, dag-pb, derive
-
These default features are set whenever
lurk-ipld
is added without
somewhere in the dependency tree.default-features = false - dag-cbor default = lurk-ipld-cbor
- dag-json default = lurk-ipld-json
- dag-pb default = lurk-ipld-pb
- derive default = lurk-ipld-cbor-derive
- serde-codec
-
Enables serde-codec of lurk-ipld-core
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.