# 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 = "sops-batch" version = "0.4.0" authors = ["Nick Douma "] include = [ "**/*.rs", "README.md", "LICENSE", "Cargo.toml", "Makefile.toml", "/examples/**", ] description = "SOPS encryption / decryption batch tool" homepage = "https://gitlab.com/LordGaav/sops-batch" readme = "README.md" keywords = [ "sops", "encryption", ] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://gitlab.com/LordGaav/sops-batch" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [dependencies.clap] version = "3.2.23" features = [ "derive", "env", "unicode", ] [dependencies.clap_complete_command] version = "0.3.4" [dependencies.exitcode] version = "1.1.2" [dependencies.self_update] version = "0.35.0" features = ["rustls"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.7.2" [dependencies.which] version = "4.2.5"