# 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" rust-version = "1.65" name = "magic-crypt" version = "4.0.1" authors = ["Magic Len "] build = false include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "MagicCrypt is a Java/PHP/NodeJS/Rust library to encrypt/decrypt strings, files, or data, using Data Encryption Standard(DES) or Advanced Encryption Standard(AES) algorithms. It supports CBC block cipher mode, PKCS7 padding and 64, 128, 192 or 256-bits key length." homepage = "https://magiclen.org/aes" readme = "README.md" keywords = [ "crypto", "aes", "des", "encrypt", "decrypt", ] categories = [ "no-std", "algorithms", "cryptography", ] license = "Apache-2.0" repository = "https://github.com/magiclen/rust-magiccrypt" [lib] name = "magic_crypt" path = "src/lib.rs" [dependencies.aes] version = "0.8" [dependencies.base64] version = "0.22" features = ["alloc"] default-features = false [dependencies.cbc] version = "0.1" features = ["alloc"] [dependencies.crc-any] version = "2.5" [dependencies.des] version = "0.8" [dependencies.md-5] version = "0.10" [dependencies.sha2] version = "0.10" [dependencies.tiger] version = "0.2" [features] default = ["std"] std = [ "base64/std", "cbc/std", ]