aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/Cargo.toml
blob: 5e7d587ec3e445aff4df820d9522f2c5e2054d62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "openssl-sys"
version = "0.3.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 = "build.rs"

[features]
tlsv1_2 = []
tlsv1_1 = []
sslv2 = []
aes_xts = []

[build-dependencies]
pkg-config = "0.1.1"

[target.le32-unknown-nacl.dependencies]
libressl-pnacl-sys = "2.1.0"
[target.x86_64-unknown-nacl.dependencies]
libressl-pnacl-sys = "2.1.0"
[target.i686-unknown-nacl.dependencies]
libressl-pnacl-sys = "2.1.0"
[target.arm-unknown-nacl.dependencies]
libressl-pnacl-sys = "2.1.0"