Cargo Features
forest_cid has no features set by default.
[dependencies]
forest_cid = { version = "0.3.0", features = ["cbor", "json"] }
- cbor = serde, serde_bytes, serde_cbor
- json = forest_json_utils, serde
-
Affects
forest_cid::json
…
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.
- serde cbor? json?
- serde_cbor cbor?
-
Enables cs_serde_cbor
TODO remove fork in future (allowing non utf8 strings to be cbor deserialized)
- serde_bytes cbor?
-
Enables cs_serde_bytes
- forest_json_utils json?