lwbc 0.9.1

Compact implementations of small block ciphers (SPECK, SIMON, SIMECK)
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.85"
name = "lwbc"
version = "0.9.1"
authors = ["Frank Denis <github@pureftpd.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compact implementations of small block ciphers (SPECK, SIMON, SIMECK)"
homepage = "https://github.com/jedisct1/rust-lwbc"
documentation = "https://docs.rs/lwbc"
readme = "README.md"
keywords = [
    "cryptography",
    "cipher",
    "speck",
    "simon",
    "encryption",
]
categories = [
    "cryptography",
    "no-std::no-alloc",
]
license = "MIT"
repository = "https://github.com/jedisct1/rust-lwbc"

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

[[bin]]
name = "lwbc-demo"
path = "src/main.rs"

[dependencies]

[dev-dependencies]

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"