Cargo Features
[dependencies]
fp-bindgen = { version = "3.0.0", default-features = false, features = ["bytes-compat", "http-compat", "rmpv-compat", "serde-bytes-compat", "serde-json-compat", "time-compat", "generators"] }
- default = bytes-compat, http-compat, rmpv-compat, serde-bytes-compat, serde-json-compat, time-compat
-
These default features are set whenever
fp-bindgen
is added without
somewhere in the dependency tree.default-features = false - bytes-compat default = bytes
- http-compat default = http
- rmpv-compat default = rmpv
- serde-bytes-compat default = serde_bytes
- serde-json-compat default = serde_json
- time-compat default = time
- generators = rustfmt-wrapper, toml_edit
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.