traceviewer 0.1.0

Run a command and inspect its logs in a scrollable terminal viewer
# 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.85"
name = "traceviewer"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run a command and inspect its logs in a scrollable terminal viewer"
homepage = "https://github.com/ctron/traceview"
readme = "README.md"
keywords = [
    "cli",
    "logs",
    "terminal",
    "viewer",
    "trace",
]
categories = [
    "command-line-utilities",
    "development-tools::debugging",
]
license = "Apache-2.0"
repository = "https://github.com/ctron/traceview"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.base64]
version = "0.22.1"

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

[dependencies.crossterm]
version = "0.29.0"

[dev-dependencies.rstest]
version = "0.26.1"