feat: 1.7.11, update dependencies, change default features

This commit is contained in:
2024-03-17 12:48:01 +08:00
parent 2067faec8e
commit 1340f73bad
2 changed files with 4 additions and 5 deletions

View File

@@ -9,8 +9,7 @@ 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"]
full = ["decrypt", "macos", "smartcard", "secure-enclave"]
default = ["decrypt", "macos", "smartcard", "secure-enclave"]
decrypt = ["smartcard"]
smartcard = ["openpgp-card", "openpgp-card-pcsc", "yubikey"]
macos = ["security-framework"]