[package] name = "openssl-sys" version = "0.9.91" authors = [ "Alex Crichton ", "Steven Fackler ", ] license = "MIT" description = "FFI bindings to OpenSSL" repository = "https://github.com/sfackler/rust-openssl" readme = "README.md" categories = ["cryptography", "external-ffi-bindings"] links = "openssl" build = "build/main.rs" edition = "2018" [features] vendored = ['openssl-src'] unstable_boringssl = ['bssl-sys'] [dependencies] libc = "0.2" bssl-sys = { version = "0.1.0", optional = true } [build-dependencies] bindgen = { version = "0.64.0", optional = true, features = ["experimental"] } cc = "1.0.61" openssl-src = { version = "111", optional = true } pkg-config = "0.3.9" vcpkg = "0.2.8" # We don't actually use metadeps for annoying reasons but this is still here for tooling [package.metadata.pkg-config] openssl = "1.0.1"