[package]
name = "botan-src"
version = "0.30500.1"
authors = ["Rodolphe Breard <rodolphe@what.tf>", "Jack Lloyd <jack@randombit.net>"]
description = "Sources of Botan cryptography library"
license = "MIT"
edition = "2021"
homepage = "https://botan.randombit.net/"
repository = "https://github.com/randombit/botan-rs"
readme = "README.md"
categories = ["cryptography"]
rust-version = "1.64"
exclude = ["botan/doc",
"botan/src/cli",
"botan/src/lib/compat/sodium",
"botan/src/lib/filters",
"botan/src/lib/prov/pkcs11",
"botan/src/lib/prov/tpm",
"botan/src/tests",
"botan/src/bogo_shim",
"botan/src/examples",
"botan/src/fuzzer"]
[dependencies]
[[example]]
name = "build"
path = "examples/build.rs"