[package] name = "sage" version = "0.1.1" edition = "2024" license = "AGPL-3.0-only" description = "A simple wrapper for `age` to add a named identity system." homepage = "https://git.srht.e3t.cc/~core/sage" repository = "https://git.srht.e3t.cc/~core/sage" [dependencies] serde = { version = "1", features = ["derive"] } toml = "0.9" age = "0.11" pico-args = { version = "0.5", features = ["combined-flags"] } anyhow = "1" dirs = "6" regex = "1.12" nucleo = "0.5" urlencoding = "2" tempfile = "3"