feat: feature secure-enclave

This commit is contained in:
2023-12-08 23:10:17 +08:00
parent be65cfb06c
commit 43b43ba055
4 changed files with 15 additions and 11 deletions

View File

@@ -9,9 +9,10 @@ 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"]
default = ["decrypt", "macos", "secure-enclave"]
decrypt = ["openpgp-card", "openpgp-card-pcsc", "yubikey"]
macos = ["security-framework"]
secure-enclave = []
[dependencies]
aes-gcm-stream = "0.2"