# 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 = "2018" name = "timedilator-2" version = "0.2.2" description = "Faster real-time TUI tracing profiler for the nanoprof C library" homepage = "https://codeberg.org/Kiith/timedilator-2" documentation = "https://docs.rs/timedilator-2" readme = "README.md" keywords = ["tui", "utility", "tracing", "performance", "profiling"] categories = ["command-line-utilities", "development-tools::profiling"] license = "MIT" repository = "https://codeberg.org/Kiith/timedilator-2" [profile.release] debug = true [dependencies.bitpacking] version = "0.8.4" [dependencies.byteorder] version = "1" [dependencies.clap] version = "2.34" [dependencies.crossterm] version = "0.19" [dependencies.hdrhistogram] version = "7.3.0" [dependencies.humansize] version = "0.1" [dependencies.log] version = "0.4.14" [dependencies.rand] version = "0.8.4" [dependencies.tui] version = "0.14" features = ["crossterm"] default-features = false [dependencies.tui-logger] version = "=0.6.3"