# 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-src" version = "0.30500.1" authors = [ "Rodolphe Breard ", "Jack Lloyd ", ] build = false 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", ] 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" [lib] name = "botan_src" path = "src/lib.rs" [[example]] name = "build" path = "examples/build.rs" [dependencies]