# 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 = "hushcrumbs" version = "0.1.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Hushcrumbs is another secrets manager." homepage = "https://github.com/EnigmaCurry/hushcrumbs" documentation = "https://docs.rs/hushcrumbs" readme = "README.md" keywords = [ "secrets", "dotenv", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/EnigmaCurry/hushcrumbs" [[bin]] name = "hushcrumbs" path = "src/main.rs" [[test]] name = "add" path = "tests/add.rs" [[test]] name = "basic" path = "tests/basic.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "deinit" path = "tests/deinit.rs" [[test]] name = "help" path = "tests/help.rs" [[test]] name = "init" path = "tests/init.rs" [[test]] name = "list" path = "tests/list.rs" [[test]] name = "mod" path = "tests/mod.rs" [[test]] name = "remove" path = "tests/remove.rs" [[test]] name = "restore" path = "tests/restore.rs" [dependencies.assert_cmd] version = "2.0.16" [dependencies.base64] version = "0.22.1" [dependencies.clap] version = "4.5.17" [dependencies.clap_complete] version = "4.5.29" [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.11.5" [dependencies.indexmap] version = "2.5.0" features = ["serde"] [dependencies.inquire] version = "0.7.5" [dependencies.log] version = "0.4.22" [dependencies.once_cell] version = "1.19.0" [dependencies.predicates] version = "3.1.2" [dependencies.prettytable] version = "0.10.0" [dependencies.rand] version = "0.8.5" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.sha2] version = "0.10.8" [dev-dependencies.ctor] version = "0.2.8" [dev-dependencies.shell-words] version = "1.1.0" [dev-dependencies.tempfile] version = "3.12.0" [build-dependencies.clap] version = "4.5.17" [build-dependencies.clap_complete] version = "4.5.29" [build-dependencies.dirs] version = "5.0.1" [build-dependencies.once_cell] version = "1.19.0" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(coverage,coverage_nightly)"]