# 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.56" name = "ecb" version = "0.1.2" authors = [ "RustCrypto Developers", "magic-akari", ] description = "Electronic Codebook (ECB) block cipher mode of operation" documentation = "https://docs.rs/ecb" readme = "README.md" keywords = [ "crypto", "block-mode", "ciphers", ] categories = [ "cryptography", "no-std", ] license = "MIT" repository = "https://github.com/magic-akari/ecb" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.cipher] version = "0.4.4" [dev-dependencies.aes] version = "0.8.3" [dev-dependencies.cipher] version = "0.4.4" features = ["dev"] [dev-dependencies.hex-literal] version = "0.3.4" [features] alloc = ["cipher/alloc"] block-padding = ["cipher/block-padding"] default = ["block-padding"] std = [ "cipher/std", "alloc", ]