whisker-runtime 0.6.0

Core runtime for Whisker: reactive primitives, element tree, Lynx integration.
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-runtime"
version = "0.6.0"
authors = ["itome <dev@itome.team>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core runtime for Whisker: reactive primitives, element tree, Lynx integration."
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"

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

[dependencies.futures-channel]
version = "0.3"

[dependencies.futures-executor]
version = "0.3"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.slotmap]
version = "1"