# 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 = "endec" version = "0.1.0" authors = ["Simpson Carlos"] description = "A simple command-line tool for encrypting and decrypting strings using AES encryption with a password." readme = "README.md" keywords = [ "encryption", "decryption", "command-line", "tool", "password", ] categories = [ "command-line-utilities", "cryptography", ] license = "MIT OR Apache-2.0" repository = "https://github.com/simpsoncarlos3/endec" [dependencies.hex] version = "0.4" [dependencies.rust-crypto] version = "0.2.36"