[package] name = "aes-config" version = "0.1.2" edition = "2021" license = "MIT" authors = ["sokach-dev@hotmail.com"] keywords = ["aes", "config", "encryption", "decryption"] description = "a tool for encrypt config for safe" repository = "https://github.com/sokach-dev/aes-config-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] aes-gcm = "0.10.1" base64 = "0.21.0" clap = { version = "4.1.8", features = ["derive"] } serde = { version = "1.0.152", features = ["derive"] } thiserror = "1.0.39" toml = "0.7.2"