eme2 0.2.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.2.1"
authors = ["Hacer"]
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 = [
    "cipher/zeroize",
    "dep:zeroize",
]

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

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

[dependencies.cipher]
version = "0.5"

[dependencies.hybrid-array]
version = "0.4"

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

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

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

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

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

[lints.clippy]
panic = "warn"
panic_in_result_fn = "warn"
unwrap_used = "deny"

[lints.rust]
missing_debug_implementations = "deny"
missing_docs = "deny"
unused_extern_crates = "deny"
unused_import_braces = "deny"
unused_lifetimes = "deny"
unused_parens = "deny"
unused_qualifications = "deny"
unused_results = "deny"