tailtriage-cli 0.1.1

CLI for tailtriage artifact loading, diagnosis, and report generation
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 = "2021"
name = "tailtriage-cli"
version = "0.1.1"
build = false
include = [
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for tailtriage artifact loading, diagnosis, and report generation"
documentation = "https://docs.rs/tailtriage-cli"
readme = "README.md"
keywords = [
    "tokio",
    "latency",
    "cli",
    "diagnostics",
    "triage",
]
categories = [
    "command-line-utilities",
    "development-tools::profiling",
    "development-tools::debugging",
]
license = "MIT"
repository = "https://github.com/SG-devel/tailtriage"

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

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

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

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tailtriage-core]
version = "0.1.1"

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

[dev-dependencies.tokio]
version = "1.48.0"
features = [
    "macros",
    "rt",
    "time",
]

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "forbid"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tokio_unstable)"]