]> git.proxmox.com Git - cargo.git/blob - vendor/libssh2-sys/Cargo.toml
New upstream version 0.47.0
[cargo.git] / vendor / libssh2-sys / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies
7 #
8 # If you believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 name = "libssh2-sys"
15 version = "0.2.19"
16 authors = ["Alex Crichton <alex@alexcrichton.com>", "Wez Furlong <wez@wezfurlong.org>"]
17 build = "build.rs"
18 links = "ssh2"
19 description = "Native bindings to the libssh2 library"
20 documentation = "https://docs.rs/libssh2-sys"
21 license = "MIT/Apache-2.0"
22 repository = "https://github.com/alexcrichton/ssh2-rs"
23
24 [lib]
25 name = "libssh2_sys"
26 path = "lib.rs"
27 [dependencies.libc]
28 version = "0.2"
29
30 [dependencies.libz-sys]
31 version = "1.1.0"
32 features = ["libc"]
33 default-features = false
34 [build-dependencies.cc]
35 version = "1.0.25"
36
37 [build-dependencies.pkg-config]
38 version = "0.3.11"
39
40 [features]
41 vendored-openssl = []
42 zlib-ng-compat = ["libz-sys/zlib-ng"]
43 [target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
44 version = "0.2"
45 [target."cfg(unix)".dependencies.openssl-sys]
46 version = "0.9.35"