aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'openssl-sys/Cargo.toml')
-rw-r--r--openssl-sys/Cargo.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml
new file mode 100644
index 00000000..e6f468b7
--- /dev/null
+++ b/openssl-sys/Cargo.toml
@@ -0,0 +1,20 @@
+[package]
+name = "openssl-sys"
+version = "0.2.1"
+authors = ["Alex Crichton <[email protected]>",
+ "Steven Fackler <[email protected]>"]
+license = "MIT"
+description = "FFI bindings to OpenSSL"
+repository = "https://github.com/sfackler/rust-openssl"
+
+links = "openssl"
+build = "src/build.rs"
+
+[features]
+tlsv1_2 = []
+tlsv1_1 = []
+sslv2 = []
+aes_xts = []
+
+[build-dependencies]
+pkg-config = "0.1"