gnome-autounlock-keyring/Cargo.toml

22 lines
544 B
TOML
Raw Normal View History

2023-12-15 21:26:29 +01:00
[package]
name = "gnome-autounlock-keyring"
2023-12-19 10:29:17 +01:00
version = "0.1.1"
2023-12-15 21:26:29 +01:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-12-18 22:29:13 +01:00
color-eyre = "0.6.2"
2023-12-19 09:00:07 +01:00
serde_json = "1"
serde = { version = "1", features = ["derive"] }
2023-12-18 22:29:13 +01:00
clap = { version = "4", features = ["derive"] }
2023-12-19 09:00:07 +01:00
rpassword = "7.3.1"
tss-esapi = { version = "7.2", features = ["generate-bindings"] }
josekit = "0.8.4"
base64 = { version = "0.21.5", features = [] }
tpm2-policy = "0.6.0"
dirs = "5"
[profile.release]
lto = "thin"