cargo / ansi-to-tui / audit
cargo : ansi-to-tui @ 8.0.1
PE Patrick Elsen signed 2026-05-27 published 2026-05-27

Cargo.toml

87 lines · toml

# 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.86"name = "ansi-to-tui"version = "8.0.1"authors = ["Uttarayan Mondal <email@uttarayan.me>"]build = falseautolib = falseautobins = falseautoexamples = falseautotests = falseautobenches = falsedescription = "Convert ANSI color and style codes into Ratatui Text"homepage = "https://ratatui.rs"documentation = "https://docs.rs/ansi-to-tui"readme = "README.md"keywords = [    "ansi",    "ascii",    "ratatui",    "parser",    "style",]license = "MIT"repository = "https://github.com/ratatui/ansi-to-tui"[features]default = [    "zero-copy",    "simd",]simd = ["dep:simdutf8"]zero-copy = [][lib]name = "ansi_to_tui"path = "src/lib.rs"[[bench]]name = "parsing"path = "benches/parsing.rs"harness = false[dependencies.nom]version = "8"[dependencies.ratatui-core]version = "0.1.0"default-features = false[dependencies.simdutf8]version = "0.1"optional = true[dependencies.smallvec]version = "1"features = ["const_generics"][dependencies.thiserror]version = "2"[dev-dependencies.anyhow]version = "1"[dev-dependencies.criterion]version = "0.8"[dev-dependencies.eyre]version = "0.6"[dev-dependencies.pretty_assertions]version = "1.4"[profile.bench]debug = 2