aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys-extras/Cargo.toml
blob: 6ef228a622e83bc04abf7e72790cd867509d57e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "openssl-sys-extras"
version = "0.7.9"
authors = ["Steven Fackler <[email protected]>"]
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.9/openssl_sys_extras"
build = "build.rs"

[features]
ecdh_auto = []

[dependencies]
libc = "0.2"
openssl-sys = { version = "0.7.9", path = "../openssl-sys" }

[build-dependencies]
gcc = "0.3"