[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[dev-dependencies.tempfile]
version = "3.0"
[lib]
name = "cstats_hook"
path = "src/lib.rs"
[package]
authors = ["cstats contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Hook generation for cstats shell integration"
edition = "2021"
homepage = "https://github.com/refcell/cstats"
keywords = ["statistics", "cli", "development", "metrics"]
license = "MIT OR Apache-2.0"
name = "cstats-hook"
readme = false
repository = "https://github.com/refcell/cstats"
rust-version = "1.82"
version = "0.1.1"