botan-sys 0.11.0

FFI wrapper for Botan cryptography library
Documentation
[build-dependencies.botan-src]
optional = true
version = "0.30500.1"

[build-dependencies.pkg-config]
optional = true
version = "0.3.30"

[features]
botan3 = []
default = []
pkg-config = ["dep:pkg-config"]
static = []
vendored = ["botan-src", "botan3"]

[lib]
name = "botan_sys"
path = "src/lib.rs"

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

[[test]]
name = "tests"
path = "tests/tests.rs"