[package]
name = "gotl"
description = "Parse and view Go test logs"
version = "0.1.0"
edition = "2024"
license-file = "LICENSE"
rust-version = "1.92.0"
repository = "https://github.com/dam4rus/gotl"
[[bin]]
name = "gotl"
[lib]
[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
ratatui = "0.30.0"
ratatui-crossterm = "0.1.0"
ratatui-textarea = "0.8.0"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "2"
throbber-widgets-tui = "0.10.0"
tokio = { version = "1", features = ["io-util", "macros", "process", "rt", "sync", "time"] }
[profile.dist]
inherits = "release"
lto = "thin"