traceviewer 0.1.3

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.95"
name = "traceviewer"
version = "0.1.3"
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"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/tv-{ target }{ binary-ext }"
pkg-fmt = "bin"

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

[[example]]
name = "showcase"
path = "examples/showcase.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"

[dependencies.serde_json]
version = "1.0.150"
features = ["preserve_order"]

[dev-dependencies.env_logger]
version = "0.11.10"

[dev-dependencies.log]
version = "0.4.29"

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

[dev-dependencies.tracing]
version = "0.1.44"

[dev-dependencies.tracing-bunyan-formatter]
version = "0.3.10"

[dev-dependencies.tracing-subscriber]
version = "0.3.23"