[package]
edition = "2024"
rust-version = "1.96.0"
name = "salus-agent"
version = "0.3.4"
authors = ["Jason Ozias <jason.g.ozias@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The login agent for the secret store"
documentation = "https://docs.rs/salus"
readme = "README.md"
keywords = [
"shamir",
"store",
"cryptography",
"keyring",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://git.jasonozias.com/salus.git"
[features]
fuzzing = []
test-support = []
unstable = []
[lib]
name = "salus_agent"
path = "src/lib.rs"
[[bin]]
name = "salus-agent"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.104"
[dependencies.argon2]
version = "0.6.0-rc.8"
[dependencies.aws-lc-rs]
version = "1.17.3"
[dependencies.bincode-next]
version = "3.1.1"
[dependencies.bon]
version = "3.9.3"
[dependencies.clap]
version = "4.6.5"
features = ["derive"]
[dependencies.config]
version = "0.15.25"
[dependencies.dirs2]
version = "3.0.1"
[dependencies.getset]
version = "0.1.7"
[dependencies.interprocess]
version = "2.4.3"
features = [
"async",
"tokio",
]
[dependencies.keyring]
version = "4.1.6"
features = [
"v1",
"apple-native-keyring-store",
"zbus-secret-service-keyring-store",
]
default-features = false
[dependencies.keyring-core]
version = "1.0.0"
[dependencies.libsalus]
version = "0.3.4"
[dependencies.serde]
version = "1.0.229"
features = ["derive"]
[dependencies.thiserror]
version = "2.0.19"
[dependencies.tokio]
version = "1.53.1"
features = [
"macros",
"rt-multi-thread",
"time",
"time",
]
[dependencies.tracing]
version = "0.1.44"
features = [
"max_level_trace",
"release_max_level_trace",
]
[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
"env-filter",
"fmt",
"time",
]
[dependencies.tracing-subscriber-init]
version = "0.2.6"
features = ["time"]
[dependencies.vergen-pretty]
version = "10.0.2"
features = ["color"]
[dependencies.zeroize]
version = "1.9.0"
[build-dependencies.anyhow]
version = "1.0.104"
[build-dependencies.rustversion]
version = "1.0.23"
[build-dependencies.vergen-gix]
version = "10.0.2"
features = [
"build",
"cargo",
"rustc",
"si",
]