# 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 = "2018" name = "reqwest-eventsource-wasi" version = "0.5.0" authors = ["Julian Popescu "] description = "Helper to build an Eventsource using reqwest" homepage = "https://github.com/jpopesculian/reqwest-eventsource" documentation = "https://docs.rs/reqwest-eventsource/" readme = "README.md" keywords = [ "sse", "eventsource", "reqwest", "stream", "event", ] categories = [ "web-programming::http-client", "no-std", "parsing", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jpopesculian/reqwest-eventsource" resolver = "2" [lib] name = "reqwest_eventsource" path = "src/lib.rs" [dependencies.eventsource-stream] version = "0.2.3" [dependencies.futures-core] version = "0.3.5" [dependencies.futures-timer] version = "3.0.2" [dependencies.mime] version = "0.3.16" [dependencies.nom] version = "7.1.0" [dependencies.pin-project-lite] version = "0.2.8" [dependencies.reqwest_wasi] version = "0.11.16" features = [ "stream", "wasmedge-tls", ] default-features = false [dependencies.thiserror] version = "1.0.30" [dev-dependencies.futures] version = "0.3.5" [dev-dependencies.futures-retry] version = "0.6" [dev-dependencies.pin-utils] version = "0.1" [dev-dependencies.rocket] version = "0.5.0-rc.3" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ]