feat: use crates.io

This commit is contained in:
2024-11-17 11:20:44 +08:00
parent 096218fc78
commit fd0751d348

View File

@@ -9,7 +9,8 @@ repository = "https://git.hatter.ink/hatter/tiny-encrypt-rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["decrypt", "macos", "smartcard", "secure-enclave"]
default = ["decrypt", "macos", "smartcard"]
all-features = ["decrypt", "macos", "smartcard", "secure-enclave"]
decrypt = ["smartcard"]
smartcard = ["openpgp-card", "openpgp-card-pcsc", "yubikey"]
macos = ["security-framework"]