boring2/openssl-sys-extras/Cargo.toml

20 lines
504 B
TOML

[package]
name = "openssl-sys-extras"
version = "0.7.5"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT"
description = "Extra FFI bindings to OpenSSL that require a C shim"
repository = "https://github.com/sfackler/rust-openssl"
documentation = "https://sfackler.github.io/rust-openssl/doc/v0.7.5/openssl_sys_extras"
build = "build.rs"
[features]
ecdh_auto = []
[dependencies]
libc = "0.2"
openssl-sys = { version = "0.7.5", path = "../openssl-sys" }
[build-dependencies]
gcc = "0.3"