blob: 6753681cebc3ba92ed0ea44aa8feaf74617ccd1b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[package]
name = "openssl-sys"
version = "0.2.2"
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"
|