Some checks failed
Secrets CLI - Build & Release / 版本 & Release (push) Successful in 2s
Secrets CLI - Build & Release / 质量检查 (fmt / clippy / test) (push) Failing after 39s
Secrets CLI - Build & Release / Build (x86_64-unknown-linux-musl) (push) Has been skipped
Secrets CLI - Build & Release / Build (aarch64-apple-darwin) (push) Has been skipped
Secrets CLI - Build & Release / Build (x86_64-pc-windows-msvc) (push) Has been skipped
Secrets CLI - Build & Release / 发布草稿 Release (push) Successful in 2s
Made-with: Cursor
24 lines
811 B
TOML
24 lines
811 B
TOML
[package]
|
|
name = "secrets"
|
|
version = "0.6.1"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
aes-gcm = "0.10.3"
|
|
anyhow = "1.0.102"
|
|
argon2 = { version = "0.5.3", features = ["std"] }
|
|
chrono = { version = "0.4.44", features = ["serde"] }
|
|
clap = { version = "4.6.0", features = ["derive"] }
|
|
dirs = "6.0.0"
|
|
keyring = { version = "3.6.3", features = ["apple-native", "windows-native", "linux-native"] }
|
|
rand = "0.10.0"
|
|
rpassword = "7.4.0"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_json = "1.0.149"
|
|
sqlx = { version = "0.8.6", features = ["runtime-tokio", "tls-rustls", "postgres", "uuid", "json", "chrono"] }
|
|
tokio = { version = "1.50.0", features = ["full"] }
|
|
toml = "1.0.7"
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
|
uuid = { version = "1.22.0", features = ["serde"] }
|