Implement secure OS-backed secret storage
This commit is contained in:
@@ -14,6 +14,7 @@ edition = "2024"
|
||||
rust-version = "1.92"
|
||||
|
||||
[workspace.dependencies]
|
||||
apple-native-keyring-store = { version = "1.0", default-features = false, features = ["keychain", "protected"] }
|
||||
cap-std = "4.0"
|
||||
cap-tempfile = "4.0"
|
||||
clap = { version = "4.6", features = ["derive"] }
|
||||
@@ -23,15 +24,20 @@ gix = { version = "0.86", default-features = false, features = ["blocking-http-t
|
||||
gix-config = "0.59"
|
||||
iced = "0.14"
|
||||
ironstorage = { path = "crates/storage" }
|
||||
keyring-core = "1.0"
|
||||
pgp = { version = "0.20", default-features = false }
|
||||
rand = "0.8"
|
||||
regex = "1.13"
|
||||
reqwest = { version = "0.13", default-features = false, features = ["blocking", "rustls"] }
|
||||
ratatui = { version = "0.30", default-features = false, features = ["crossterm_0_29", "layout-cache", "macros", "underline-color"] }
|
||||
security-framework = "3.7"
|
||||
secret-service = { version = "5.1", default-features = false, features = ["rt-tokio-crypto-rust"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
sha1 = "0.10"
|
||||
shlex = "1.3"
|
||||
toml = "0.9"
|
||||
uniffi = "0.32"
|
||||
url = { version = "2.5", default-features = false }
|
||||
windows-native-keyring-store = { version = "1.1", default-features = false }
|
||||
zeroize = "1.8"
|
||||
zbus-secret-service-keyring-store = { version = "1.0", default-features = false, features = ["rt-tokio-crypto-rust"] }
|
||||
|
||||
Reference in New Issue
Block a user