You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-sequoia-openpgp/rust2rpm.toml

40 lines
570 B

[features]
hide = [
# optional dependencies
"aes",
"aes-gcm",
"block-padding",
"blowfish",
"botan",
"camellia",
"cast5",
"cfb-mode",
"cipher",
"des",
"digest",
"dsa",
"eax",
"ecb",
"ecdsa",
"ed25519",
"ed25519-dalek",
"idea",
"md-5",
"num-bigint-dig",
"p256",
"rand_core",
"ripemd",
"rsa",
"sha2",
"twofish",
"typenum",
"x25519-dalek",
# features
"crypto-botan",
"crypto-botan2",
"crypto-cng",
"crypto-fuzzing",
"crypto-rust",
]