[package]
name = "botan"
version = "0.8.1"
authors = ["Jack Lloyd <jack@randombit.net>"]
description = "Rust wrapper for Botan cryptography library"
license = "MIT"
homepage = "https://botan.randombit.net/"
repository = "https://github.com/randombit/botan-rs"
documentation = "https://docs.rs/botan"
keywords = [ "crypto" ]
readme = "../README.md"
categories = [ "cryptography", "api-bindings", "no-std" ]
edition = "2018"
[dependencies]
botan-sys = { version = "0.8.1", path = "../botan-sys" }
cty = { version = "0.2" }
cstr_core = { version = "0.2", optional = true }
[features]
default = []
no-std = ["cstr_core/alloc"]
vendored = ["botan-sys/vendored"]