Cargo Features

deb has no features set by default.

[dependencies]
deb = { version = "0.5.12", features = ["full", "chrono", "hex", "serde", "sequoia", "tokio"] }
full = chrono, hex, sequoia, serde, tokio
chrono full?

Enables chrono

hex full?

Enables hex

serde full?

Enables serde

Affects control::de, control::ser

sequoia full?

Enables anyhow and sequoia-openpgp

sequoia-openpgp:

We want rust crypto. The upside way outweighs the downside. We only do signature verification, so I'm not worried about leaking private key material. As for it being experimental - that is what it is.

Affects de::from_clearsigned_str

tokio full?

Enables tokio