# 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 = "bssl-cmake-sys" version = "0.1.2503110" build = "build.rs" links = "bssl" exclude = [ "*.go", "*.png", "*_test.cc", "*_tests.txt", "/boringssl/", "/third_party/boringssl/crypto_test_data.cc", "/third_party/boringssl/src/crypto/cipher/test/", "/third_party/boringssl/src/crypto/fipsmodule/bn/test/", "/third_party/boringssl/src/crypto/fipsmodule/policydocs/", "/third_party/boringssl/src/crypto/hpke/test-vectors.json", "/third_party/boringssl/src/crypto/spx/*.txt", "/third_party/boringssl/src/crypto/test/", "/third_party/boringssl/src/crypto/x509/test/", "/third_party/boringssl/src/decrepit/", "/third_party/boringssl/src/fuzz/", "/third_party/boringssl/src/pki/", "/third_party/boringssl/src/rust/", "/third_party/boringssl/src/ssl/test/", "/third_party/boringssl/src/third_party/googletest/", "/third_party/boringssl/src/third_party/wycheproof_testvectors/", "/third_party/boringssl/src/util/", ] autobins = false autoexamples = false autotests = false autobenches = false description = "FFI bindings to BoringSSL (cmake incorporated)" readme = "README.md" categories = [ "cryptography", "external-ffi-bindings", ] license = "Apache-2.0" repository = "https://github.com/zh-jq/bssl-cmake-sys.git" [lib] name = "bssl_cmake_sys" path = "src/lib.rs" [dependencies] [build-dependencies.bindgen] version = "0.71" [build-dependencies.cc] version = "1.0" [build-dependencies.cmake] version = "0.1"