# 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-bearssl-sys" version = "0.1.0" authors = ["SpiderOak, Inc."] build = "build.rs" links = "bearssl" include = [ "/*.md", "/*.toml", "/build.rs", "/src", ] autobins = false autoexamples = false autotests = false autobenches = false description = "BearSSL FFI bindings" readme = "README.md" categories = [ "cryptography", "external-ffi-bindings", ] license = "MIT" repository = "https://github.com/aranya-project/aranya-bearssl-sys" [lib] name = "aranya_bearssl_sys" path = "src/lib.rs" [build-dependencies.bindgen] version = "0.70" features = ["runtime"] default-features = false [build-dependencies.cc] version = "1.0.79" features = ["parallel"] [build-dependencies.glob] version = "0.3.1"