[package]
edition = "2024"
rust-version = "1.85"
name = "botan-src"
version = "0.31300.1"
authors = [
"Jack Lloyd <jack@randombit.net>",
"Rodolphe Breard <rodolphe@what.tf>",
]
build = "build.rs"
include = [
"Cargo.toml",
"README.md",
"build.rs",
"release.toml",
"src/**/*.rs",
"examples/**/*.rs",
"scripts/fetch.py",
"vendor/Botan-*.tar.xz",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sources of Botan cryptography library"
homepage = "https://botan.randombit.net/"
readme = "README.md"
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/randombit/botan-rs"
resolver = "2"
[lib]
name = "botan_src"
path = "src/lib.rs"
[[example]]
name = "build"
path = "examples/build.rs"
[dependencies.lzma-rs]
version = "0.3"
default-features = false
[dependencies.sha2]
version = "0.10"
default-features = false
[dependencies.tar]
version = "0.4"
default-features = false