# 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 = "crab-cryptor" version = "2.0.0" authors = ["xl_g "] description = "A simple file cryptor" readme = "README.md" keywords = [ "cli", "encrypt", "decrypt", ] categories = [ "cryptography", "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/lrkkr/crab-cryptor" [[bin]] name = "crab" path = "src/main.rs" [dependencies.anyhow] version = "1.0.66" [dependencies.base64] version = "0.22" [dependencies.chacha20poly1305] version = "0.10.1" features = ["stream"] [dependencies.indicatif] version = "0.17.2" [dependencies.inquire] version = "0.7.4" [dependencies.os_str_bytes] version = "7.0.0" [dependencies.ring] version = "0.17.7" [dependencies.walkdir] version = "2.3.2"