aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/Cargo.toml
blob: d44dcfc1eee411b08e8b52685c0925e69680e1b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "openssl-sys"
version = "0.7.17"
authors = ["Alex Crichton <[email protected]>",
           "Steven Fackler <[email protected]>"]
license = "MIT"
description = "FFI bindings to OpenSSL"
repository = "https://github.com/sfackler/rust-openssl"
documentation = "https://sfackler.github.io/rust-openssl/doc/v0.7.17/openssl_sys"
links = "openssl"
build = "build.rs"

[dependencies]
libc = "0.2"

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

[target.'cfg(windows)'.dependencies]
user32-sys = "0.2"
gdi32-sys = "0.2"