[build-dependencies.botan-src]
optional = true
version = "0.21703"
[dependencies.cty]
version = "0.2"
[features]
default = []
no-std = []
vendored = ["botan-src"]
[package]
authors = ["Jack Lloyd <jack@randombit.net>"]
build = "build.rs"
categories = ["cryptography", "external-ffi-bindings", "no-std"]
description = "FFI wrapper for Botan cryptography library"
documentation = "https://docs.rs/botan-sys"
homepage = "https://botan.randombit.net/"
license = "MIT"
links = "botan-2"
name = "botan-sys"
readme = "README.md"
repository = "https://github.com/randombit/botan-rs"
version = "0.8.1"