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 default-features = false somewhere in the dependency tree.

json = serde, serde_json

Affects conditional-s3-fetch::json

simd-json default = serde

Enables simd-json

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.

serde cbor json? simd-json
serde_json json?