ftui-web 0.2.1

WASM backend implementation for FrankenTUI (host-driven, deterministic).
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 = "2024"
name = "ftui-web"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WASM backend implementation for FrankenTUI (host-driven, deterministic)."
homepage = "https://github.com/Dicklesworthstone/frankentui"
documentation = "https://docs.rs/ftui-web"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/Dicklesworthstone/frankentui"
resolver = "2"

[features]
default = []
input-parser = [
    "dep:serde",
    "dep:serde_json",
]
tracing = ["dep:tracing"]

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

[[test]]
name = "wasm_step_program"
path = "tests/wasm_step_program.rs"

[dependencies.ftui-backend]
version = "0.2.1"

[dependencies.ftui-core]
version = "0.2.1"

[dependencies.ftui-layout]
version = "0.2.1"

[dependencies.ftui-render]
version = "0.2.1"

[dependencies.ftui-runtime]
version = "0.2.1"
default-features = false

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

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

[dependencies.tracing]
version = "0.1.41"
optional = true

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.tracing-subscriber]
version = "0.3.20"
features = ["registry"]

[dev-dependencies.wasm-bindgen-test]
version = "0.3.58"