Cargo Features
[dependencies]
conditional-s3-fetch = { version = "0.1.0", default-features = false, features = ["json", "simd-json", "cbor"] }
- default = cbor, simd-json
-
These default features are set whenever
conditional-s3-fetch
is added without
somewhere in the dependency tree.default-features = false - json = serde, serde_json
-
Affects
conditional-s3-fetch::json
… - simd-json default = serde
-
Enables simd-json ^0.13.8
Affects
conditional-s3-fetch::json
… - cbor default = serde
-
Enables cbor4ii
Affects
conditional-s3-fetch::cbor
…
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.