[dependencies.futures]
version = "0.3.21"
[dependencies.tracing]
version = "0.1"
[dependencies.web-sys]
features = ["Event", "EventSource", "EventSourceInit", "EventListener", "MessageEvent"]
version = "0.3"
[package]
authors = ["Fireyy Zhu <fireyy@gmail.com>"]
categories = ["web-programming", "wasm"]
description = "Server-sent events client that works natively and on the web (WASM)"
edition = "2021"
homepage = "https://github.com/fireyy/spinta"
include = ["LICENSE-APACHE", "LICENSE-MIT", "**/*.rs", "Cargo.toml"]
keywords = ["sse", "eventsource", "portable", "native", "web"]
license = "MIT OR Apache-2.0"
name = "spinta"
readme = "README.md"
repository = "https://github.com/fireyy/spinta"
rust-version = "1.65"
version = "0.1.1"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.eventsource-client]
version = "0.11.0"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.futures-util]
default-features = false
features = ["sink", "std"]
version = "0.3"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio]
features = ["rt", "sync"]
version = "1.16"
[target."cfg(target_arch = \"wasm32\")".dependencies.gloo-events]
version = "0.1.1"
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
version = "0.3"
[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "0.2"
[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures]
version = "0.4"