aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys-extras/Cargo.toml
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2016-08-09 22:52:12 -0700
committerSteven Fackler <[email protected]>2016-08-09 22:52:12 -0700
commit67b5b4d814066eaf0debbe3b95d68ae0d7b9226a (patch)
treef8c2565e72f41cab21bead5aadadbbdb17dd7afe /openssl-sys-extras/Cargo.toml
parentFix build (diff)
downloadrust-openssl-67b5b4d814066eaf0debbe3b95d68ae0d7b9226a.tar.xz
rust-openssl-67b5b4d814066eaf0debbe3b95d68ae0d7b9226a.zip
Make hmac support optional and remove openssl-sys-extras
rust-openssl no longer requires headers for the default feature set.
Diffstat (limited to 'openssl-sys-extras/Cargo.toml')
-rw-r--r--openssl-sys-extras/Cargo.toml19
1 files changed, 0 insertions, 19 deletions
diff --git a/openssl-sys-extras/Cargo.toml b/openssl-sys-extras/Cargo.toml
deleted file mode 100644
index 903305d7..00000000
--- a/openssl-sys-extras/Cargo.toml
+++ /dev/null
@@ -1,19 +0,0 @@
-[package]
-name = "openssl-sys-extras"
-version = "0.7.14"
-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.14/openssl_sys_extras"
-build = "build.rs"
-
-[features]
-ecdh_auto = []
-
-[dependencies]
-libc = "0.2"
-openssl-sys = { version = "0.7.14", path = "../openssl-sys" }
-
-[build-dependencies]
-gcc = "0.3"