# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.64" name = "botan" version = "0.11.0" authors = ["Jack Lloyd "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust wrapper for Botan cryptography library" homepage = "https://botan.randombit.net/" documentation = "https://docs.rs/botan" readme = "README.md" keywords = ["crypto"] categories = [ "cryptography", "api-bindings", "no-std", ] license = "MIT" repository = "https://github.com/randombit/botan-rs" [lib] name = "botan" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [[test]] name = "wycheproof" path = "tests/wycheproof.rs" [dependencies.botan-sys] version = "0.11" [dev-dependencies.hex] version = "0.4" [dev-dependencies.wycheproof] version = "0.6" features = [ "aead", "cipher", "dsa", "ecdh", "ecdsa", "eddsa", "hkdf", "keywrap", "mac", "primality", "rsa_enc", "rsa_sig", "xdh", ] default-features = false [features] botan3 = ["botan-sys/botan3"] default = ["std"] pkg-config = ["botan-sys/pkg-config"] static = ["botan-sys/static"] std = [] vendored = ["botan-sys/vendored"]