# 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 = "workflow-http" version = "0.18.0" authors = ["WORKFLOW-RS developers"] build = false exclude = [ "/.*", "/test", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ HTTP client for native and WASM32 targets. """ readme = "README.md" keywords = [ "http", "request", "wasm", ] categories = ["web-programming::http-client"] license = "MIT OR Apache-2.0" repository = "https://github.com/workflow-rs/workflow-rs" [lib] name = "workflow_http" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" doctest = false [dependencies.cfg-if] version = "1.0.0" [dependencies.reqwest] version = "0.12.4" default-features = false [dependencies.serde] version = "1.0.190" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.50" [dependencies.wasm-bindgen] version = "0.2.93" [dependencies.workflow-core] version = "0.18.0" default-features = false [features] brotli = ["reqwest/brotli"] charset = ["reqwest/charset"] cookies = ["reqwest/cookies"] default = ["reqwest/default"] deflate = ["reqwest/deflate"] gzip = ["reqwest/gzip"] hickory-dns = ["reqwest/hickory-dns"] http2 = ["reqwest/http2"] macos-system-configuration = ["reqwest/macos-system-configuration"] native-tls = ["reqwest/native-tls"] native-tls-alpn = ["reqwest/native-tls-alpn"] native-tls-vendored = ["reqwest/native-tls-vendored"] rustls-tls = ["reqwest/rustls-tls"] rustls-tls-manual-roots = ["reqwest/rustls-tls-manual-roots"] rustls-tls-manual-roots-no-provider = ["reqwest/rustls-tls-manual-roots-no-provider"] rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"] rustls-tls-no-provider = ["reqwest/rustls-tls-no-provider"] rustls-tls-webpki-roots = ["reqwest/rustls-tls-webpki-roots"] socks = ["reqwest/socks"] zstd = ["reqwest/zstd"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio] version = "1.33.0" features = [ "io-util", "time", "sync", "macros", "rt", "rt-multi-thread", ] default-features = false