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] 14name = "curl-sys" 15version = "0.4.39+curl-7.74.0" 16authors = ["Alex Crichton <alex@alexcrichton.com>"] 17build = "build.rs" 18links = "curl" 19description = "Native bindings to the libcurl library" 20documentation = "https://docs.rs/curl-sys" 21categories = ["external-ffi-bindings"] 22license = "MIT" 23repository = "https://github.com/alexcrichton/curl-rust" 24 25[lib] 26name = "curl_sys" 27path = "lib.rs" 28[dependencies.libc] 29version = "0.2.2" 30 31[dependencies.libnghttp2-sys] 32version = "0.1.3" 33optional = true 34 35[dependencies.libz-sys] 36version = "1.0.18" 37features = ["libc"] 38default-features = false 39 40[dependencies.mesalink] 41version = "1.1.0-cratesio" 42features = ["client_apis", "error_strings", "tls13", "aesgcm", "chachapoly", "x25519", "ecdh", "ecdsa", "verifier"] 43optional = true 44default-features = false 45[build-dependencies.cc] 46version = "1.0" 47 48[build-dependencies.pkg-config] 49version = "0.3.3" 50 51[features] 52default = ["ssl"] 53force-system-lib-on-osx = [] 54http2 = ["libnghttp2-sys"] 55protocol-ftp = [] 56spnego = [] 57ssl = ["openssl-sys"] 58static-curl = [] 59static-ssl = ["openssl-sys/vendored"] 60zlib-ng-compat = ["libz-sys/zlib-ng", "static-curl"] 61[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys] 62version = "0.9" 63optional = true 64[target."cfg(target_env = \"msvc\")".build-dependencies.vcpkg] 65version = "0.2" 66[target."cfg(windows)".dependencies.winapi] 67version = "0.3" 68features = ["winsock2", "ws2def"] 69[badges.appveyor] 70repository = "alexcrichton/curl-rust" 71 72[badges.travis-ci] 73repository = "alexcrichton/curl-rust" 74