# 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" rust-version = "1.74.0" name = "mntime" version = "0.3.0" authors = ["arkbig"] description = "Execute \"m\" commands \"n\" times to calculate mean of usage time and memory. As an alternative to \"time\", \"gnu-time\" is used internally." readme = "README.md" keywords = ["time"] categories = [ "command-line-utilities", "development-tools::profiling", ] license = "Zlib" repository = "https://github.com/arkbig/mntime" [lib] name = "mntime_lib" [dependencies.anyhow] version = "1.0.80" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.num-format] version = "0.4.4" [dependencies.once_cell] version = "1.19.0" [dependencies.proc-exit] version = "2.0.1" [dependencies.ratatui] version = "0.26.1" [dependencies.regex] version = "1.10.3" [dependencies.strum] version = "0.26.1" features = ["derive"] [dependencies.thiserror] version = "1.0.57" [dependencies.throbber-widgets-tui] version = "0.4.1" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.predicates] version = "3.1.0"