# 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 = "dioxus-hot-reload" version = "0.6.0-alpha.2" authors = [ "Jonathan Kelley", "Evan Almloff", ] description = "Hot reloading utilities for Dioxus" homepage = "https://dioxuslabs.com/learn/0.4/migration/hot_reload" readme = "README.md" keywords = [ "dom", "ui", "gui", "react", "hot-reloading", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DioxusLabs/dioxus/" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [dependencies.chrono] version = "0.4.24" features = ["clock"] optional = true default-features = false [dependencies.dioxus-cli-config] version = "0.6.0-alpha.0" features = ["read-config"] optional = true default-features = false [dependencies.dioxus-core] version = "0.6.0-alpha.0" features = ["serialize"] [dependencies.dioxus-html] version = "0.6.0-alpha.0" optional = true default-features = false [dependencies.dioxus-rsx] version = "0.6.0-alpha.0" features = ["serde"] [dependencies.dioxus-signals] version = "0.6.0-alpha.0" optional = true [dependencies.execute] version = "0.2.11" optional = true [dependencies.futures-util] version = "0.3" features = ["async-await-macro"] optional = true default-features = false [dependencies.ignore] version = "0.4.19" optional = true [dependencies.notify] version = "6.1.1" optional = true [dependencies.once_cell] version = "1.17.0" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.tokio] version = "1.28" features = [ "sync", "rt-multi-thread", ] optional = true [dependencies.tokio-stream] version = "0.1.12" features = ["sync"] optional = true [dependencies.tracing] version = "0.1.37" [dev-dependencies.tokio] version = "1.28" features = ["full"] [features] client = ["dep:dioxus-signals"] default = ["dioxus-html"] serve = [ "dep:tokio-stream", "dep:futures-util", "dep:tokio", "dep:tokio-tungstenite", "dep:dioxus-cli-config", ] [target."cfg(not(target_os = \"android\"))".dependencies.tokio-tungstenite] version = "0.23.1" features = ["native-tls"] optional = true [target."cfg(target_os = \"android\")".dependencies.tokio-tungstenite] version = "0.23.1" features = ["rustls"] optional = true