Cargo.toml
raw
[package]
name = "repository"
version = "0.1.0"
edition = "2024"
homepage.workspace = true
repository.workspace = true
license = "MIT"
[dependencies]
argon2 = { version = "0.5", features = ["std"] }
chacha20poly1305 = "0.10"
ciborium = "0.2"
fastcdc = "3"
hex = "0.4"
hmac = "0.12"
serde = { version = "1", features = ["derive"] }
sha2 = "0.10"
tempfile = "3"
thiserror = "2"
zeroize = { version = "1", features = ["zeroize_derive"] }
[target.'cfg(unix)'.dependencies]
rustix = { version = "1", features = ["fs"] }
[dev-dependencies]
tempfile = "3"