aez 0.0.7

Rust wrapper for AEZ wide block cipher written in C.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "aez"
version = "0.0.7"
authors = ["Katzenpost Developers"]
build = "build.rs"
links = "aez"
description = "Rust wrapper for AEZ wide block cipher written in C."
homepage = "https://github.com/sphinx-cryptography/aez"
documentation = "https://docs.rs/aez/"
readme = "README.md"
keywords = ["cryptography", "aez", "ffi", "sprp"]
license = "AGPL-3.0-only"
repository = "https://github.com/sphinx-cryptography/aez"

[[bench]]
name = "aez"
harness = false
[dev-dependencies.criterion]
version = "0.3.0"

[dev-dependencies.criterion-cycles-per-byte]
version = "0.1.1"

[dev-dependencies.hex]
version = "0.4.0"

[dev-dependencies.serde]
version = "1.0.101"

[dev-dependencies.serde_derive]
version = "1.0.101"

[dev-dependencies.serde_json]
version = "1.0.40"
[build-dependencies.cc]
version = "1.0.45"