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

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.

bytes bytes-compat
http http-compat

Enables http ^0.2

rmpv rmpv-compat
serde_bytes serde-bytes-compat
serde_json serde-json-compat
time time-compat
toml_edit generators?

Enables toml_edit ^0.19

rustfmt-wrapper generators?