[dependencies.botan-sys]
version = "0.10.5"
[dev-dependencies.hex]
version = "0.4"
[dev-dependencies.wycheproof]
version = "0.5"
[features]
botan3 = ["botan-sys/botan3"]
default = []
no-std = ["botan-sys/no-std"]
vendored = ["botan-sys/vendored"]
[package]
authors = ["Jack Lloyd <jack@randombit.net>"]
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.58"
version = "0.10.7"