Permalink
Cannot retrieve contributors at this time
Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up
Find file
Copy path
Fetching contributors…
| [package] | |
| name = "openssl-sys" | |
| version = "0.9.43" | |
| authors = ["Alex Crichton <alex@alexcrichton.com>", | |
| "Steven Fackler <sfackler@gmail.com>"] | |
| 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" | |
| [features] | |
| vendored = ['openssl-src'] | |
| [dependencies] | |
| libc = "0.2" | |
| [build-dependencies] | |
| cc = "1.0" | |
| openssl-src = { version = "111.0.1", optional = true } | |
| pkg-config = "0.3.9" | |
| rustc_version = "0.2" | |
| [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" |