# 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 = "ratio-reactor" version = "0.4.0" description = "Setup WebWorkers as queueing job shop reactors in Yew WASM applications with different strategies." homepage = "https://gitlab.com/ratio-case-os/rust/ratio-reactor" readme = "README.md" keywords = [ "wasm", "webworker", "queuing", "reactor", "yew", ] categories = [ "wasm", "web-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/ratio-case-os/rust/ratio-reactor.git" [dependencies.async-trait] version = "0.1.80" [dependencies.futures] version = "0.3.30" [dependencies.gloo-utils] version = "0.2.0" features = ["serde"] [dependencies.prokio] version = "0.1.0" [dependencies.serde] version = "1.0.202" features = ["serde_derive"] [dependencies.tracing] version = "0.1.40" [dependencies.wasm-bindgen] version = "0.2.92" [dependencies.yew-agent] version = "0.3.0"