inkferro-core 0.1.0

Layout, text measurement, ANSI render, and frame-diff engine for inkferro — a Rust-backed, byte-for-byte drop-in for the ink terminal UI library.
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.88.0"
name = "inkferro-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Layout, text measurement, ANSI render, and frame-diff engine for inkferro — a Rust-backed, byte-for-byte drop-in for the ink terminal UI library."
homepage = "https://github.com/metaphorics/inkferro"
readme = "README.md"
keywords = [
    "ink",
    "terminal",
    "tui",
    "renderer",
    "react",
]
categories = [
    "command-line-interface",
    "text-processing",
    "rendering::engine",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/metaphorics/inkferro"

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

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

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

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

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

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

[dependencies.compact_str]
version = "0.9"

[dependencies.regex]
version = "1"
features = ["std"]
default-features = false

[dependencies.taffy]
version = "0.10.1"

[dependencies.unicode-normalization]
version = "0.1"

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

[dependencies.unicode-width]
version = "0.2"
default-features = false

[dev-dependencies.criterion]
version = "0.8"
features = ["cargo_bench_support"]
default-features = false