# 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 = "xrc_cli" version = "1.2.2" authors = ["Shashank Verma "] description = "A cli for multi-threaded encryption/decryption of files/folder using bitwise xor" readme = "README.md" keywords = [ "xor", "encrypt", "decrypt", "cli", "file", ] categories = [ "cryptography", "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/shank03/XORCryptor" [dependencies.clap] version = "4.0.27" [dependencies.hmac] version = "0.12.1" [dependencies.indicatif] version = "0.17.2" [dependencies.path-absolutize] version = "3.0.14" [dependencies.sha2] version = "0.10.6" [dependencies.xor_cryptor] version = "1.2.2"