# 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 = "cryptos" version = "0.0.1-alpha.6-patch.1" authors = ["ChisatoNishikigi73 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "All cryptographic in one, make crypto easy" documentation = "https://github.com/ChisatoNishikigi73/Cryptos/blob/master/README.md" readme = "README.md" keywords = [ "crypto", "cryptography", "hash", "encryption", "decryption", ] categories = [ "cryptography", "development-tools", ] license = "MIT" repository = "https://github.com/ChisatoNishikigi73/Cryptos" [lib] name = "cryptos" path = "src/lib.rs"