[dependencies.botan-sys]
version = "0.8.1"
[dependencies.cstr_core]
optional = true
version = "0.2"
[dependencies.cty]
version = "0.2"
[features]
default = []
no-std = ["cstr_core/alloc"]
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 = "2018"
homepage = "https://botan.randombit.net/"
keywords = ["crypto"]
license = "MIT"
name = "botan"
readme = "../README.md"
repository = "https://github.com/randombit/botan-rs"
version = "0.8.1"