ftui-render 0.2.1

Render kernel: cells, buffers, diffs, and ANSI presentation.
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-render"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Render kernel: cells, buffers, diffs, and ANSI presentation."
homepage = "https://github.com/Dicklesworthstone/frankentui"
documentation = "https://docs.rs/ftui-render"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/Dicklesworthstone/frankentui"
resolver = "2"

[features]
default = []
tracing = [
    "ftui-core/tracing",
    "dep:tracing",
]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.ahash]
version = "0.8"

[dependencies.bitflags]
version = "2.10.0"

[dependencies.bumpalo]
version = "3.19.1"

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

[dependencies.memchr]
version = "2.7.6"

[dependencies.smallvec]
version = "1.15.1"

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

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

[dependencies.web-time]
version = "1.1.0"

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

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

[dev-dependencies.proptest]
version = "1.7.0"

[dev-dependencies.serde]
version = "1.0.227"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.145"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(coverage)",
    "cfg(coverage_nightly)",
]