Cargo Features

[dependencies]
tiny-encrypt = { version = "1.9.1", default-features = false, features = ["full-features", "decrypt", "smartcard", "macos"] }
default = decrypt, macos, smartcard

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

full-features = decrypt, macos, smartcard
decrypt default full-features? = smartcard

Affects cmd_simple_encrypt_decrypt::simple_decrypt, cmd_simple_encrypt_decrypt::inner_simple_decrypt

smartcard default decrypt full-features? = openpgp-card, openpgp-card-pcsc, yubikey
macos default full-features? = security-framework

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.

openpgp-card smartcard

Enables openpgp-card ^0.3

openpgp-card-pcsc smartcard
security-framework macos
yubikey smartcard