openssl 0.10.55

OpenSSL bindings
Documentation
[dependencies.bitflags]
version = "1.0"

[dependencies.cfg-if]
version = "1.0"

[dependencies.ffi]
package = "openssl-sys"
version = "0.9.89"

[dependencies.foreign-types]
version = "0.3.1"

[dependencies.libc]
version = "0.2"

[dependencies.once_cell]
version = "1.5.2"

[dependencies.openssl-macros]
version = "0.1.0"
[dev-dependencies.hex]
version = "0.3"

[features]
bindgen = ["ffi/bindgen"]
default = []
unstable_boringssl = ["ffi/unstable_boringssl"]
v101 = []
v102 = []
v110 = []
v111 = []
vendored = ["ffi/vendored"]

[package]
authors = ["Steven Fackler <sfackler@gmail.com>"]
categories = ["cryptography", "api-bindings"]
description = "OpenSSL bindings"
edition = "2018"
keywords = ["crypto", "tls", "ssl", "dtls"]
license = "Apache-2.0"
name = "openssl"
readme = "README.md"
repository = "https://github.com/sfackler/rust-openssl"
version = "0.10.55"