[[bin]]
name = "cstats"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.clap]
features = ["derive", "env"]
version = "4.0"
[dependencies.colored]
version = "2.1"
[dependencies.cstats-core]
version = "0.1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[dev-dependencies.tempfile]
version = "3.0"
[dev-dependencies.uuid]
features = ["v4"]
version = "1.0"
[package]
authors = ["cstats contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Command line interface for cstats"
edition = "2021"
homepage = "https://github.com/refcell/cstats"
keywords = ["statistics", "cli", "development", "metrics"]
license = "MIT OR Apache-2.0"
name = "cstats-cli"
readme = false
repository = "https://github.com/refcell/cstats"
rust-version = "1.82"
version = "0.1.0"
[[test]]
name = "cli_test"
path = "tests/cli_test.rs"