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 whenever rustyknife is added without default-features = false somewhere in the dependency tree.

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

memmap python?
pyo3 python?

Enables pyo3 ^0.13

afl fuzz?

Enables afl ^0.8