botan-sys 0.10.5

FFI wrapper for Botan cryptography library
Documentation
[package]
name = "botan-sys"
version = "0.10.5"
authors = ["Jack Lloyd <jack@randombit.net>"]
links = "botan-2"
build = "build.rs"
description = "FFI wrapper for Botan cryptography library"
license = "MIT"
homepage = "https://botan.randombit.net/"
repository = "https://github.com/randombit/botan-rs"
documentation = "https://docs.rs/botan-sys"
readme = "README.md"
categories = [ "cryptography", "external-ffi-bindings", "no-std" ]
edition = "2021"
rust-version = "1.58"

[features]
default = []
no-std = []
vendored = ["botan-src", "botan3"]
botan3 = []

[build-dependencies]
botan-src = { version = "0.30101.2", optional = true, path = "../botan-src" }