# 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 = "bin-encrypt-decrypt" version = "2.2.1" authors = ["ltpp-universe "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A high-performance binary encryption and decryption library that supports customizable character sets beyond Base64." readme = "README.md" keywords = [ "binaryencryption", "decryption", "customcharset", "highperformance", "base64alternative", ] categories = [ "cryptography", "encoding", ] license = "MIT" repository = "https://github.com/ltpp-universe/bin-crypt-decrypt" [lib] name = "bin_encrypt_decrypt" path = "src/lib.rs" [dependencies.std-macro-extensions] version = "0.17.0" [dev-dependencies.color-output] version = "4.1.0"