[package] name = "secrets-file-builder" version = "0.4.0" edition = "2021" authors = ["networkException "] license = "BSD-2-Clause" repository = "https://git.nwex.de/networkException/secrets-file-builder" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.88" clap = { version = "4.5.17", features = ["derive"] } handlebars = "5.1.0" sd-notify = "0.4.2" serde_json = "1.0.114" url-escape = "0.1.1"