botan 0.11.0

Rust wrapper for Botan cryptography library
Documentation
[dependencies.botan-sys]
version = "0.11"

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

[dev-dependencies.wycheproof]
default-features = false
features = ["aead", "cipher", "dsa", "ecdh", "ecdsa", "eddsa", "hkdf", "keywrap", "mac", "primality", "rsa_enc", "rsa_sig", "xdh"]
version = "0.6"

[features]
botan3 = ["botan-sys/botan3"]
default = ["std"]
pkg-config = ["botan-sys/pkg-config"]
static = ["botan-sys/static"]
std = []
vendored = ["botan-sys/vendored"]

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

[package]
authors = ["Jack Lloyd <jack@randombit.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography", "api-bindings", "no-std"]
description = "Rust wrapper for Botan cryptography library"
documentation = "https://docs.rs/botan"
edition = "2021"
homepage = "https://botan.randombit.net/"
keywords = ["crypto"]
license = "MIT"
name = "botan"
readme = "README.md"
repository = "https://github.com/randombit/botan-rs"
rust-version = "1.64"
version = "0.11.0"

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

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