summaryrefslogtreecommitdiff
path: root/libssh2-sys/Cargo.toml
blob: d2e0dad186f3a4039f4318e8cf814ee4e31795ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "libssh2-sys"
version = "0.1.40"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
links = "ssh2"
build = "build.rs"
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/ssh2-rs"
description = "Native bindings to the libssh2 library"

[lib]
name = "libssh2_sys"
path = "lib.rs"

[dependencies]
libz-sys = ">= 0"
libc = "0.2"

[target."cfg(unix)".dependencies]
openssl-sys = ">= 0"

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