# 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 = "rops-cli" version = "0.1.4" authors = ["Gabriel Hansson "] build = false exclude = ["/.github"] autobins = false autoexamples = false autotests = false autobenches = false description = "SOPS CLI alternative in pure Rust" readme = "README.md" keywords = [ "sops", "encryption", "config", ] categories = [ "cryptography", "command-line-utilities", ] license = "MPL-2.0" repository = "https://github.com/gibbz00/rops" [lib] name = "rops_cli" path = "src/lib.rs" [[bin]] name = "rops" path = "src/main.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.console] version = "0.15" [dependencies.ctrlc] version = "3" [dependencies.indexmap] version = "2" [dependencies.regex] version = "1" [dependencies.rops] version = "0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_regex] version = "1" [dependencies.serde_with] version = "3" [dependencies.shlex] version = "1.2.0" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1" [dependencies.which] version = "6" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.serial_test] version = "3" default-features = false [dev-dependencies.test-binary] version = "3" [features] test-utils = ["rops/test-utils"]