# 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" name = "aranya-bssl-sys" version = "0.1.0" authors = ["SpiderOak, Inc."] build = "build.rs" links = "boringssl" include = [ "/*.md", "/*.toml", "/LICENSE", "/build.rs", "/cmake/", "/malloc.patch", "/src/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "BoringSSL FFI bindings" readme = "README.md" categories = [ "cryptography", "external-ffi-bindings", ] license = "MIT" repository = "https://github.com/aranya-project/aranya-bssl-sys" [lib] name = "aranya_bssl_sys" path = "src/lib.rs" [build-dependencies.bindgen] version = "0.70" features = ["runtime"] default-features = false [build-dependencies.cfg-if] version = "1.0" [build-dependencies.cmake] version = "0.1" [build-dependencies.memchr] version = "2" [features] ssl = [] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = [ "cfg(fips)", "cfg(fuzzing)", "cfg(ndk_old_gcc)", ]