Cargo Features
[dependencies]
rustyknife = { version = "0.2.11", default-features = false, features = ["quoted-string-rfc2047", "python", "nightly", "fuzz", "serde"] }
- default = quoted-string-rfc2047
-
The
quoted-string-rfc2047
feature is set by default wheneverrustyknife
is added without
somewhere in the dependency tree.default-features = false - quoted-string-rfc2047 default
- python = memmap, pyo3
- nightly
- fuzz = afl
-
Required by the fuzz_mailbox binary
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.