vize_fresco 0.258.0

Fresco - Vue TUI framework (Terminal User Interface)
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"
rust-version = "1.95.0"
name = "vize_fresco"
version = "0.258.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fresco - Vue TUI framework (Terminal User Interface)"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ubugeeei-prod/vize"

[features]
default = []
napi = [
    "dep:napi",
    "dep:napi-derive",
]

[lib]
name = "vize_fresco"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bench]]
name = "render"
path = "benches/render.rs"
harness = false

[dependencies.compact_str]
version = "=0.9.0"
features = ["serde"]

[dependencies.crossterm]
version = "=0.29.0"

[dependencies.napi]
version = "=3.9.0"
features = [
    "napi8",
    "serde-json",
]
optional = true
default-features = false

[dependencies.napi-derive]
version = "=3.5.6"
optional = true

[dependencies.rustc-hash]
version = "=2.1.2"

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

[dependencies.serde_json]
version = "=1.0.149"

[dependencies.smallvec]
version = "=1.15.1"
features = ["union"]

[dependencies.taffy]
version = "=0.10.1"

[dependencies.thiserror]
version = "=2.0.18"

[dependencies.unicode-segmentation]
version = "=1.13.2"

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

[dependencies.vize_carton]
version = "=0.258.0"

[dev-dependencies.criterion]
version = "=0.8.2"

[dev-dependencies.insta]
version = "=1.47.2"
features = ["toml"]

[target.'cfg(not(target_arch = "wasm32"))'.build-dependencies.napi-build]
version = "=2.3.2"