[package] name = "dioxus-signals" authors = ["Jonathan Kelley", "Evan Almloff"] version = { workspace = true } edition = "2021" description = "Signals for Dioxus" license = "MIT OR Apache-2.0" repository = "https://github.com/DioxusLabs/dioxus/" homepage = "https://dioxuslabs.com" keywords = ["dom", "ui", "gui", "react", "wasm"] rust-version = "1.79.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] dioxus-core = { workspace = true } generational-box = { workspace = true } tracing = { workspace = true } serde = { version = "1", features = ["derive"], optional = true } parking_lot = "0.12.1" once_cell = "1.18.0" rustc-hash = { workspace = true } futures-channel = { workspace = true } futures-util = { workspace = true } warnings = { workspace = true } [dev-dependencies] dioxus = { workspace = true } tokio = { version = "1", features = ["full"] } tracing-subscriber = "0.3.17" simple_logger = "4.2.0" reqwest = { workspace = true } rand = "0.8" [features] default = [] serialize = ["dep:serde"] [package.metadata.docs.rs] cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]