# 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 = "eme-mode" version = "0.3.1" authors = ["Fabian Möller "] description = "EME block cipher mode of operation" readme = "README.md" keywords = [ "crypto", "block-cipher", "ciphers", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/B4dM4n/eme-mode-rs" resolver = "2" [dependencies.cipher] version = "0.4.3" [dev-dependencies.aes] version = "0.8.1" [features] alloc = ["cipher/alloc"] block-padding = ["cipher/block-padding"] default = ["block-padding"] std = [ "cipher/std", "alloc", ] zeroize = ["cipher/zeroize"]