term-bench 0.9.3-alpha

A simple render benchmark for terminal throughput measurements.
# 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 = "term-bench"
version = "0.9.3-alpha"
authors = ["Jeremy Harris <jeremy.harris@zenosmosis.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple render benchmark for terminal throughput measurements."
readme = "README.md"
keywords = [
    "benchmark",
    "terminal",
    "renderer",
    "tui",
]
categories = [
    "development-tools",
    "rendering",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jzombie/term-wm"
resolver = "2"

[[bin]]
name = "term-bench"
path = "src/main.rs"

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "derive",
]

[dependencies.crossterm]
version = "0.29.0"

[dependencies.indoc]
version = "2.0.7"

[dependencies.ratatui]
version = "0.30.0"