eme2 0.1.1

EME2 (ECB-Mask-ECB) wide-block cipher mode of operation
Documentation
# 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 = "2024"
rust-version = "1.87"
name = "eme2"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "EME2 (ECB-Mask-ECB) wide-block cipher mode of operation"
homepage = "https://codeberg.org/hacer-bark/eme2"
documentation = "https://docs.rs/eme2"
readme = "README.md"
keywords = [
    "crypto",
    "block-mode",
    "wide-block",
    "ciphers",
    "eme2",
]
categories = [
    "cryptography",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/hacer-bark/eme2"

[features]
default = ["zeroize"]
zeroize = [
    "cipher/zeroize",
    "dep:zeroize",
]

[lib]
name = "eme2"
path = "src/lib.rs"

[[test]]
name = "mod"
path = "tests/mod.rs"

[[bench]]
name = "aead_bench"
path = "benches/aead_bench.rs"

[dependencies.cipher]
version = "0.5.2"

[dependencies.zeroize]
version = "1.8"
features = [
    "derive",
    "alloc",
]
optional = true

[dev-dependencies.aes]
version = "0.9"

[dev-dependencies.cipher]
version = "0.5.2"
features = ["dev"]

[dev-dependencies.hex-literal]
version = "1"

[dev-dependencies.serpent]
version = "0.6"

[dev-dependencies.threefish]
version = "0.6"