# 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" rust-version = "1.74.0" name = "abcrypt-cli" version = "0.3.3" authors = ["Shun Sakai "] build = false include = [ "/LICENSES", "/README.md", "/src", ] autobins = false autoexamples = false autotests = false autobenches = false description = "An utility for encrypt and decrypt files" homepage = "https://sorairolake.github.io/abcrypt/" readme = "README.md" keywords = ["abcrypt"] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/sorairolake/abcrypt" [[bin]] name = "abcrypt" path = "src/main.rs" [dependencies.abcrypt] version = "0.3.6" features = ["serde"] [dependencies.anyhow] version = "1.0.86" [dependencies.byte-unit] version = "5.1.4" [dependencies.clap] version = "4.5.13" features = [ "derive", "wrap_help", ] [dependencies.clap_complete] version = "4.5.12" [dependencies.clap_complete_nushell] version = "4.5.3" [dependencies.dialoguer] version = "0.11.0" features = ["password"] default-features = false [dependencies.serde_json] version = "1.0.122" optional = true [dependencies.sysexits] version = "0.8.1" [dev-dependencies.assert_cmd] version = "2.0.15" [dev-dependencies.predicates] version = "3.1.2" [features] default = ["json"] json = ["dep:serde_json"]