[package] name = "openssl-sys" version = "0.9.22" 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.rs" [dependencies] libc = "0.2" [build-dependencies] pkg-config = "0.3.9" cc = "1.0" [target.'cfg(target_env = "msvc")'.build-dependencies] vcpkg = "0.2" # We don't actually use metadeps for annoying reasons but this is still here for tooling [package.metadata.pkg-config] openssl = "1.0.1"