blob: 7133a241f5428caf0a76294565f0def78c4d9a9c [file] [log] [blame]
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
name = "curl"
version = "0.4.24"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
autotests = true
description = "Rust bindings to libcurl for making HTTP requests"
homepage = "https://github.com/alexcrichton/curl-rust"
documentation = "https://docs.rs/curl"
categories = ["api-bindings", "web-programming::http-client"]
license = "MIT"
repository = "https://github.com/alexcrichton/curl-rust"
[[test]]
name = "atexit"
harness = false
[dependencies.curl-sys]
version = "0.4.21"
default-features = false
[dependencies.libc]
version = "0.2.42"
[dependencies.socket2]
version = "0.3.7"
[dev-dependencies.mio]
version = "0.6"
[dev-dependencies.mio-extras]
version = "2.0.3"
[features]
default = ["ssl"]
force-system-lib-on-osx = ["curl-sys/force-system-lib-on-osx"]
http2 = ["curl-sys/http2"]
mesalink = ["curl-sys/mesalink"]
ssl = ["openssl-sys", "openssl-probe", "curl-sys/ssl"]
static-curl = ["curl-sys/static-curl"]
static-ssl = ["curl-sys/static-ssl"]
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-probe]
version = "0.1.2"
optional = true
[target."cfg(all(unix, not(target_os = \"macos\")))".dependencies.openssl-sys]
version = "0.9.43"
optional = true
[target."cfg(target_env = \"msvc\")".dependencies.schannel]
version = "0.1.13"
[target."cfg(target_env = \"msvc\")".dependencies.winapi]
version = "0.3"
features = ["libloaderapi", "wincrypt"]
[badges.appveyor]
repository = "alexcrichton/curl-rust"
[badges.travis-ci]
repository = "alexcrichton/curl-rust"