Cargo Features

[dependencies]
tuf = { version = "0.3.0-beta9", default-features = false, features = ["unstable_rsa", "hyper"] }
default = hyper

These default features are set whenever tuf is added without default-features = false somewhere in the dependency tree.

Enables tcp of hyper ^0.14.15

unstable_rsa

FIXME(https://github.com/theupdateframework/rust-tuf/issues/329) - RSA key support does not yet conform to the TUF spec, so it is disabled by default. As a warning it may experience breaking changes without a major version bump.

Affects crypto::RsaPrivateKey

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.

hyper default

Enables hyper ^0.14.15