[package] name = "ratio-reactor" description = "Setup WebWorkers as queueing job shop reactors in Yew WASM applications with different strategies." version = "0.4.0" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["wasm", "webworker", "queuing", "reactor", "yew"] categories = ["wasm", "web-programming", "asynchronous"] homepage = "https://gitlab.com/ratio-case-os/rust/ratio-reactor" repository = "https://gitlab.com/ratio-case-os/rust/ratio-reactor.git" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-trait = "0.1.80" futures = "0.3.30" gloo-utils = { version = "0.2.0", features = ["serde"] } prokio = "0.1.0" serde = { version = "1.0.202", features = ["serde_derive"] } tracing = "0.1.40" wasm-bindgen = "0.2.92" yew-agent = "0.3.0"