# 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] edition = "2018" name = "wascc-httpclient" version = "0.1.0" authors = ["Dan Norris "] description = "HTTP client capability provider for the waSCC wasm host runtime" documentation = "https://docs.rs/wascc-host" readme = "README.md" keywords = ["webassembly", "wasm", "wasi", "wascc"] categories = ["wasm", "api-bindings"] license = "Apache-2.0" repository = "https://github.com/wascc/http-client-provider" [lib] crate-type = ["cdylib", "rlib"] [dependencies.base64] version = "0.12.1" [dependencies.env_logger] version = "0.7.1" [dependencies.futures] version = "0.3.5" [dependencies.log] version = "0.4.8" [dependencies.reqwest] version = "0.10" features = ["json", "gzip", "brotli"] [dependencies.serde_json] version = "1.0.53" [dependencies.tokio] version = "0.2" features = ["rt-threaded", "tcp", "time", "macros", "signal", "dns"] [dependencies.wascc-codec] version = "0.7.0" [dev-dependencies.mockito] version = "0.25" [dev-dependencies.tokio] version = "0.2" features = ["rt-threaded", "tcp", "time", "macros", "signal", "dns", "full"] [features] static_plugin = []