feat: use crates.io
This commit is contained in:
@@ -13,7 +13,7 @@ default = ["decrypt", "macos", "smartcard", "secure-enclave"]
|
||||
decrypt = ["smartcard"]
|
||||
smartcard = ["openpgp-card", "openpgp-card-pcsc", "yubikey"]
|
||||
macos = ["security-framework"]
|
||||
secure-enclave = ["macos", "swift-rs"]
|
||||
secure-enclave = ["macos", "swift-rs-hatter-fork"]
|
||||
|
||||
[dependencies]
|
||||
aes-gcm-stream = "0.2"
|
||||
@@ -44,7 +44,7 @@ x25519-dalek = { version = "2.0", features = ["static_secrets", "getrandom"] }
|
||||
x509-parser = "0.16"
|
||||
yubikey = { version = "0.8", features = ["untested"], optional = true }
|
||||
zeroize = "1.7"
|
||||
swift-rs = { version = "1.0.7", optional = true }
|
||||
swift-rs-hatter-fork = { version = "1.0.6", optional = true }
|
||||
spki = "0.7"
|
||||
pqcrypto-kyber = "0.8"
|
||||
pqcrypto-traits = "0.3"
|
||||
@@ -54,7 +54,7 @@ dialoguer = "0.11"
|
||||
ctrlc = "3.4"
|
||||
|
||||
[build-dependencies]
|
||||
swift-rs = { version = "1.0.7", features = ["build"], optional = true }
|
||||
swift-rs-hatter-fork = { version = "1.0.6", features = ["build"], optional = true }
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
|
||||
Reference in New Issue
Block a user