openssl-sys 0.9.53

FFI bindings to OpenSSL
Documentation
[build-dependencies.autocfg]
version = "0.1.2"

[build-dependencies.cc]
version = "1.0"

[build-dependencies.openssl-src]
optional = true
version = "111.0.1"

[build-dependencies.pkg-config]
version = "0.3.9"
[dependencies.libc]
version = "0.2"

[features]
vendored = ["openssl-src"]

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>", "Steven Fackler <sfackler@gmail.com>"]
build = "build/main.rs"
categories = ["cryptography", "external-ffi-bindings"]
description = "FFI bindings to OpenSSL"
license = "MIT"
links = "openssl"
name = "openssl-sys"
readme = "README.md"
repository = "https://github.com/sfackler/rust-openssl"
version = "0.9.53"
[package.metadata.pkg-config]
openssl = "1.0.1"
[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
version = "0.2"