dlt-tui 1.2.0

A fast, keyboard-centric TUI viewer for Automotive DLT (Diagnostic Log and Trace) files
# 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"
name = "dlt-tui"
version = "1.2.0"
authors = ["tkmsikd <tikeda1618@gmail.com>"]
build = false
exclude = [
    "sample.dlt",
    ".claude/",
    "assets/",
    "docs/",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, keyboard-centric TUI viewer for Automotive DLT (Diagnostic Log and Trace) files"
homepage = "https://github.com/tkmsikd/dlt-tui"
readme = "README.md"
keywords = [
    "dlt",
    "tui",
    "automotive",
    "log-viewer",
    "diagnostics",
]
categories = [
    "command-line-utilities",
    "visualization",
]
license = "MIT"
repository = "https://github.com/tkmsikd/dlt-tui"

[[bin]]
name = "dlt-tui"
path = "src/main.rs"

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

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

[dependencies.chrono]
version = "0.4.44"
features = ["clock"]
default-features = false

[dependencies.crossterm]
version = "0.29.0"

[dependencies.flate2]
version = "1.1.9"

[dependencies.nom]
version = "8.0.0"

[dependencies.ratatui]
version = "0.30.0"
features = ["all-widgets"]

[dependencies.regex]
version = "1.12.3"

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

[dependencies.toml]
version = "1.0.4"

[dependencies.zip]
version = "8.1.0"
features = ["deflate"]
default-features = false

[dev-dependencies.tempfile]
version = "3.25.0"

[profile.release]
lto = "thin"
codegen-units = 1
strip = true