| # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO |
| # |
| # When uploading crates to the registry Cargo will automatically |
| # "normalize" Cargo.toml files for maximal compatibility |
| # with all versions of Cargo and also rewrite `path` dependencies |
| # to registry (e.g., crates.io) dependencies. |
| # |
| # If you are reading this file be aware that the original Cargo.toml |
| # will likely look very different (and much more reasonable). |
| # See Cargo.toml.orig for the original contents. |
| |
| [package] |
| edition = "2018" |
| name = "curl-sys" |
| version = "0.4.74+curl-8.9.0" |
| authors = ["Alex Crichton <[email protected]>"] |
| build = "build.rs" |
| links = "curl" |
| exclude = [ |
| "curl/docs/", |
| "curl/tests/", |
| ] |
| description = "Native bindings to the libcurl library" |
| documentation = "https://docs.rs/curl-sys" |
| categories = ["external-ffi-bindings"] |
| license = "MIT" |
| repository = "https://github.com/alexcrichton/curl-rust" |
| |
| [lib] |
| name = "curl_sys" |
| path = "lib.rs" |
| |
| [dependencies.libc] |
| version = "0.2.2" |
| |
| [dependencies.libnghttp2-sys] |
| version = "0.1.3" |
| optional = true |
| |
| [dependencies.libz-sys] |
| version = "1.0.18" |
| features = ["libc"] |
| default-features = false |
| |
| [dependencies.rustls-ffi] |
| version = "0.13" |
| features = ["no_log_capture"] |
| optional = true |
| |
| [build-dependencies.cc] |
| version = "1.0" |
| |
| [build-dependencies.pkg-config] |
| version = "0.3.3" |
| |
| [features] |
| default = ["ssl"] |
| force-system-lib-on-osx = [] |
| http2 = ["libnghttp2-sys"] |
| mesalink = [] |
| ntlm = [] |
| poll_7_68_0 = [] |
| protocol-ftp = [] |
| rustls = ["rustls-ffi"] |
| spnego = [] |
| ssl = ["openssl-sys"] |
| static-curl = [] |
| static-ssl = ["openssl-sys/vendored"] |
| upkeep_7_62_0 = [] |
| windows-static-ssl = [] |
| zlib-ng-compat = [ |
| "libz-sys/zlib-ng", |
| "static-curl", |
| ] |
| |
| [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys] |
| version = "0.9.64" |
| optional = true |
| |
| [target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg] |
| version = "0.2" |
| |
| [target."cfg(windows)".dependencies.windows-sys] |
| version = "0.52" |
| features = ["Win32_Networking_WinSock"] |
| |
| [badges.appveyor] |
| repository = "alexcrichton/curl-rust" |
| |
| [badges.travis-ci] |
| repository = "alexcrichton/curl-rust" |