| # 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.52+curl-7.81.0" |
| authors = ["Alex Crichton <[email protected]>"] |
| build = "build.rs" |
| links = "curl" |
| 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.mesalink] |
| version = "1.1.0-cratesio" |
| features = ["client_apis", "error_strings", "tls13", "aesgcm", "chachapoly", "x25519", "ecdh", "ecdsa", "verifier"] |
| optional = true |
| default-features = false |
| |
| [dependencies.rustls-ffi] |
| version = "0.8" |
| 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"] |
| 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 = [] |
| zlib-ng-compat = ["libz-sys/zlib-ng", "static-curl"] |
| [target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys] |
| version = "0.9" |
| optional = true |
| [target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg] |
| version = "0.2" |
| [target."cfg(windows)".dependencies.winapi] |
| version = "0.3" |
| features = ["winsock2", "ws2def"] |
| [badges.appveyor] |
| repository = "alexcrichton/curl-rust" |
| |
| [badges.travis-ci] |
| repository = "alexcrichton/curl-rust" |