typetui 0.2.1

A terminal-based typing test.
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 = "typetui"
version = "0.2.1"
authors = ["Matthew Polak <contact@matteopolak.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal-based typing test."
readme = "README.md"
license = "MIT"

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

[[bin]]
name = "typetui"
path = "src/main.rs"

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6.0"

[dependencies.jiff]
version = "0.2"

[dependencies.rand]
version = "0.10"

[dependencies.ratatui]
version = "0.30"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.syntect]
version = "5.1"
features = [
    "regex-fancy",
    "default-syntaxes",
    "default-themes",
]
default-features = false

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

[build-dependencies]

[lints.clippy.pedantic]
level = "warn"
priority = -1