# 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 = "yage" version = "0.5.0" authors = ["Gaƫtan Lehmann "] description = "A simple tool to manage encrypted secrets in YAML files with age encryption" homepage = "https://github.com/glehmann/yaqe/" documentation = "https://github.com/glehmann/yaqe/" readme = "README.md" keywords = [ "secret", "yaml", "encryption", "cli", "age", ] license = "MIT" repository = "https://github.com/glehmann/yage.git" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [dependencies.age] version = "0.10.0" [dependencies.base64] version = "0.21.7" [dependencies.clap] version = "4.4.18" features = [ "derive", "env", "wrap_help", ] [dependencies.clap-verbosity-flag] version = "2.1.2" [dependencies.clap_complete] version = "4.4.10" [dependencies.flate2] version = "1.0.28" [dependencies.fs-mistrust] version = "0.7.6" [dependencies.log] version = "0.4.20" [dependencies.ocli] version = "0.1.1" [dependencies.serde_yaml] version = "0.9.31" [dependencies.shlex] version = "1.3.0" [dependencies.strum] version = "0.26.1" features = ["derive"] [dependencies.substring] version = "1.4.5" [dependencies.tempfile] version = "3.9.0" [dependencies.thiserror] version = "1.0.56" [dependencies.treediff] version = "4.0.3" features = ["with-serde-yaml"] [dev-dependencies.assert_fs] version = "1.1" [dev-dependencies.escargot] version = "0.5" [dev-dependencies.lipsum] version = "0.9" [dev-dependencies.predicates] version = "3.1" [dev-dependencies.predicates-tree] version = "1.0.9" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.uuid] version = "1.7.0" features = ["v4"]