]> git.proxmox.com Git - rustc.git/blob - vendor/curl-sys/Cargo.toml
New upstream version 1.70.0+dfsg2
[rustc.git] / vendor / curl-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 are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
11
12 [package]
13 edition = "2018"
14 name = "curl-sys"
15 version = "0.4.61+curl-8.0.1"
16 authors = ["Alex Crichton <alex@alexcrichton.com>"]
17 build = "build.rs"
18 links = "curl"
19 description = "Native bindings to the libcurl library"
20 documentation = "https://docs.rs/curl-sys"
21 categories = ["external-ffi-bindings"]
22 license = "MIT"
23 repository = "https://github.com/alexcrichton/curl-rust"
24
25 [lib]
26 name = "curl_sys"
27 path = "lib.rs"
28
29 [dependencies.libc]
30 version = "0.2.2"
31
32 [dependencies.libnghttp2-sys]
33 version = "0.1.3"
34 optional = true
35
36 [dependencies.libz-sys]
37 version = "1.0.18"
38 features = ["libc"]
39 default-features = false
40
41 [dependencies.rustls-ffi]
42 version = "0.8"
43 features = ["no_log_capture"]
44 optional = true
45
46 [build-dependencies.cc]
47 version = "1.0"
48
49 [build-dependencies.pkg-config]
50 version = "0.3.3"
51
52 [features]
53 default = ["ssl"]
54 force-system-lib-on-osx = []
55 http2 = ["libnghttp2-sys"]
56 mesalink = []
57 ntlm = []
58 poll_7_68_0 = []
59 protocol-ftp = []
60 rustls = ["rustls-ffi"]
61 spnego = []
62 ssl = ["openssl-sys"]
63 static-curl = []
64 static-ssl = ["openssl-sys/vendored"]
65 upkeep_7_62_0 = []
66 windows-static-ssl = []
67 zlib-ng-compat = [
68 "libz-sys/zlib-ng",
69 "static-curl",
70 ]
71
72 [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
73 version = "0.9"
74 optional = true
75
76 [target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg]
77 version = "0.2"
78
79 [target."cfg(windows)".dependencies.winapi]
80 version = "0.3"
81 features = [
82 "winsock2",
83 "ws2def",
84 ]
85
86 [badges.appveyor]
87 repository = "alexcrichton/curl-rust"
88
89 [badges.travis-ci]
90 repository = "alexcrichton/curl-rust"