t_trace 0.1.3

High-performance, command-line statistics tracker for your shell
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 = "2024"
name = "t_trace"
version = "0.1.3"
authors = ["https://github.com/M-Komorek"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance, command-line statistics tracker for your shell"
readme = "README.md"
license = "MIT"
repository = "https://github.com/M-Komorek/t_trace"

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

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

[dependencies.anyhow]
version = "1.0.98"

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

[dependencies.comfy-table]
version = "7.1.4"

[dependencies.daemonize]
version = "0.5.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.libc]
version = "0.2.174"

[dependencies.nix]
version = "0.30.1"
features = ["signal"]

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

[dependencies.serde_json]
version = "1.0.141"

[dependencies.tokio]
version = "1.47.0"
features = ["full"]

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-appender]
version = "0.2.3"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = ["env-filter"]

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

[dev-dependencies.tokio-test]
version = "0.4.4"