# 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 = "app-tracer" version = "0.7.2" authors = ["yarenty "] description = "Monitoring / benchmarking of long running applications ie: server processes, streaming apps. Both CLI and TUI. (Use app-benchmark for benchmarking one-time run apps). " homepage = "https://github.com/yarenty/app_tracer" readme = "README.md" keywords = [ "benchmark", "trace", "monitor", "monitoring", "observability", ] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/yarenty/app_tracer" [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "tracer" path = "src/tracer.rs" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.2" features = [ "derive", "color", ] [dependencies.color-eyre] version = "0.6" [dependencies.const_format] version = "0.2" [dependencies.csv] version = "1" [dependencies.env_logger] version = "0.9" [dependencies.itertools] version = "0.10" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.sysinfo] version = "0.26" [dependencies.tagger] version = "4" [dependencies.termion] version = "1.5.5" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tui] version = "0.19.0"