botan 0.8.1

Rust wrapper for Botan cryptography library
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "botan"
version = "0.8.1"
dependencies = [
 "botan-sys",
 "cstr_core",
 "cty",
]

[[package]]
name = "botan-src"
version = "0.21703.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c82325b7372ad65831ff9c9a67d35270e4772c94f0c8a51da5596382706a4a68"

[[package]]
name = "botan-sys"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7c15ad5ec21b99dcc93aa4978144399f60cf55e31f791285d92ad7e9fa21d4"
dependencies = [
 "botan-src",
 "cty",
]

[[package]]
name = "cstr_core"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2807c5e92588b6bf1c8c0354af2a4f079d0586c683df322aea719d5dc9b8d5bb"
dependencies = [
 "cty",
 "memchr",
]

[[package]]
name = "cty"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7313c0d620d0cb4dbd9d019e461a4beb501071ff46ec0ab933efb4daa76d73e3"

[[package]]
name = "memchr"
version = "2.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"