feat: optimize code
This commit is contained in:
@@ -9,7 +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", "secure-enclave"]
|
||||
default = ["decrypt", "macos", "smartcard", "secure-enclave"]
|
||||
decrypt = ["smartcard"]
|
||||
smartcard = ["openpgp-card", "openpgp-card-pcsc", "yubikey"]
|
||||
macos = ["security-framework"]
|
||||
|
||||
Reference in New Issue
Block a user