ratzilla 0.3.0

Build terminal-themed web applications with Ratatui and WebAssembly
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"
name = "ratzilla"
version = "0.3.0"
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
build = false
include = [
    "src/**/*",
    "Cargo.*",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build terminal-themed web applications with Ratatui and WebAssembly"
homepage = "https://github.com/ratatui/ratzilla"
readme = "README.md"
keywords = [
    "tui",
    "webassembly",
    "ratatui",
]
categories = ["wasm"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ratatui/ratzilla"

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

[dependencies.beamterm-renderer]
version = "0.10.0"

[dependencies.bitvec]
version = "1.0.1"
features = [
    "alloc",
    "std",
]
default-features = false

[dependencies.compact_str]
version = "0.9.0"

[dependencies.console_error_panic_hook]
version = "0.1.7"

[dependencies.ratatui]
version = "0.30"
features = [
    "all-widgets",
    "layout-cache",
]
default-features = false

[dependencies.thiserror]
version = "2.0.18"

[dependencies.unicode-width]
version = "0.2.2"

[dependencies.web-sys]
version = "0.3.81"
features = [
    "console",
    "CanvasRenderingContext2d",
    "Document",
    "Element",
    "HtmlCanvasElement",
    "HtmlElement",
    "KeyboardEvent",
    "Location",
    "MouseEvent",
    "Navigator",
    "Node",
    "Performance",
    "Screen",
    "WebGl2RenderingContext",
    "WebGlBuffer",
    "WebGlProgram",
    "WebGlRenderingContext",
    "WebGlShader",
    "WebGlTexture",
    "WebGlUniformLocation",
    "WebGlVertexArrayObject",
    "Window",
]

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