whisker-dev-runtime 0.5.0

Development-only runtime: WebSocket client + hot-reload patch receiver.
Documentation
# 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"
rust-version = "1.85"
name = "whisker-dev-runtime"
version = "0.5.0"
authors = ["itome <dev@itome.team>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Development-only runtime: WebSocket client + hot-reload patch receiver."
homepage = "https://whisker.rs"
readme = false
keywords = [
    "mobile",
    "ui",
    "ios",
    "android",
    "reactive",
]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/whiskerrs/whisker"

[features]
default = []
hot-reload = [
    "dep:tokio",
    "dep:tokio-tungstenite",
    "dep:futures-util",
    "dep:serde",
    "dep:serde_json",
    "dep:subsecond",
    "dep:subsecond-types",
    "dep:libc",
]

[lib]
name = "whisker_dev_runtime"
path = "src/lib.rs"

[dependencies.futures-util]
version = "0.3"
optional = true
default-features = false

[dependencies.libc]
version = "0.2"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.subsecond]
version = "0.7.10"
optional = true
package = "whisker-subsecond"

[dependencies.subsecond-types]
version = "0.7"
optional = true

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "net",
    "io-util",
    "sync",
    "time",
]
optional = true
default-features = false

[dependencies.tokio-tungstenite]
version = "0.21"
features = ["connect"]
optional = true
default-features = false

[dependencies.whisker-runtime]
version = "0.5.0"