# 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 = "2021" name = "isahc-opendal-workaround" version = "2.0.0-opendal.1" authors = ["Stephen M. Coakley "] exclude = [ ".*", "benchmarks", "media", "src/cookies/psl/list/*/", ] description = "The practical HTTP client that is fun to use." documentation = "https://docs.rs/isahc/" readme = "README.md" keywords = [ "http", "request", "client", "async", "curl", ] categories = ["web-programming::http-client"] license = "MIT" repository = "https://github.com/sagebind/isahc" resolver = "2" [package.metadata.docs.rs] features = [ "cookies", "json", "nightly", ] [[example]] name = "cookies" required-features = ["cookies"] [[example]] name = "json" required-features = [ "json", "serde/derive", ] [dependencies.async-channel] version = "1.4.2" [dependencies.castaway] version = "0.1.1" [dependencies.crossbeam-utils] version = ">=0.7.0, <0.9.0" [dependencies.curl] version = "0.4.43" default-features = false [dependencies.curl-sys] version = "0.4.55" default-features = false [dependencies.data-encoding] version = "2" optional = true [dependencies.encoding_rs] version = "0.8" optional = true [dependencies.event-listener] version = "2.3.3" [dependencies.futures-lite] version = "1.10.1" [dependencies.http] version = "0.2.1" [dependencies.httpdate] version = "1" optional = true [dependencies.log] version = "0.4" [dependencies.mime] version = "0.3" optional = true [dependencies.once_cell] version = "1" [dependencies.parking_lot] version = ">=0.9.0, <0.12.0" optional = true [dependencies.polling] version = "2" [dependencies.publicsuffix] version = "2.0.6" features = ["std"] optional = true [dependencies.rustls-ffi] version = "0.8" optional = true [dependencies.rustls-native-certs] version = "0.6" optional = true [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.slab] version = "0.4" [dependencies.sluice] version = "0.5.4" [dependencies.tracing] version = "0.1.17" features = ["log"] [dependencies.tracing-futures] version = "0.2" features = [ "std", "std-future", ] default-features = false [dependencies.url] version = "2.1" [dependencies.waker-fn] version = "1" [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.flate2] version = "1.0.3" [dev-dependencies.indicatif] version = "0.15" [dev-dependencies.rayon] version = "1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.static_assertions] version = "1.1" [dev-dependencies.structopt] version = "0.3" [dev-dependencies.tempfile] version = "3.1" [dev-dependencies.test-case] version = "2.0" [dev-dependencies.tracing-subscriber] version = ">=0.2.12, <0.4.0" [features] cookies = ["httpdate"] default = [ "http2", "native-tls", "static-curl", "text-decoding", ] http2 = ["curl/http2"] json = [ "serde", "serde_json", ] native-tls = [ "curl/ssl", "curl-sys/ssl", ] nightly = [] psl = [ "httpdate", "parking_lot", "publicsuffix", ] rustls-tls = [ "rustls-ffi", "curl/rustls", "curl/static-curl", ] rustls-tls-native-certs = [ "rustls-tls", "data-encoding", "rustls-native-certs", ] spnego = ["curl-sys/spnego"] static-curl = ["curl/static-curl"] static-ssl = ["curl/static-ssl"] text-decoding = [ "encoding_rs", "mime", ] unstable-interceptors = [] [badges.maintenance] status = "actively-developed"