# 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-sys" version = "0.11.0" authors = ["Jack Lloyd "] build = "build.rs" links = "botan-3" autobins = false autoexamples = false autotests = false autobenches = false description = "FFI wrapper for Botan cryptography library" homepage = "https://botan.randombit.net/" documentation = "https://docs.rs/botan-sys" readme = "README.md" categories = [ "cryptography", "external-ffi-bindings", "no-std", ] license = "MIT" repository = "https://github.com/randombit/botan-rs" [lib] name = "botan_sys" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [build-dependencies.botan-src] version = "0.30500.1" optional = true [build-dependencies.pkg-config] version = "0.3.30" optional = true [features] botan3 = [] default = [] pkg-config = ["dep:pkg-config"] static = [] vendored = [ "botan-src", "botan3", ]