# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cargo_auto_encrypt_secret_lib" version = "1.1.7" authors = ["bestia.dev"] include = [ "Cargo.toml", "LICENSE", "README.md", "src/*", ] publish = true description = "Library to encrypt/decrypt secrets" homepage = "https://bestia.dev" readme = "README.md" keywords = [ "rust", "maintained", "ready_for_use", ] categories = ["config"] license = "MIT" repository = "https://github.com/automation-tasks-rs/cargo_auto_encrypt_secret_lib" [dependencies.aes-gcm] version = "0.10.3" [dependencies.argon2] version = "0.5.3" [dependencies.base64ct] version = "1.6.0" features = ["alloc"] [dependencies.camino] version = "1.1.6" [dependencies.home] version = "0.5.9" [dependencies.inquire] version = "0.7.0" [dependencies.rsa] version = "0.9.6" features = [ "sha2", "pem", ] [dependencies.serde_json] version = "1.0.114" features = ["std"] [dependencies.ssh-agent-client-rs] version = "0.9.1" [dependencies.ssh-key] version = "0.6.6" features = [ "rsa", "encryption", ] [dependencies.tracing] version = "0.1.40" [dependencies.zeroize] version = "1.7.0"