[package] name = "culper" description = " A tool to embedd encrypted secrets in yaml files" version = "0.3.2" authors = ["Max Kiehnscherf "] license = "GPL-3.0-or-later" [dependencies] serde = "1.0" serde_yaml = "0.7" rand = "0.6.1" base64 = "0.9.2" clap = "2.32.0" error-chain = "0.12.0" toml = "0.4.8" serde_derive = "1.0.79" rocket = "0.4.0-rc.1" rocket_contrib = "0.4.0-rc.1" regex = "1" dirs = "1.0.4" uuid = { version = "0.7", features = ["v4"] } parking_lot = "0.6.4" duct = "0.11.1" url = "1.7.2" futures = "0.1.25" lazy_static = "1.2.0" reqwest = "0.9.5"