# 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 = "timers" version = "0.3.0" authors = ["acheronfail "] description = "Like GNU's time but in Rust! (timeRS)" homepage = "https://github.com/acheronfail/timers" readme = "README.md" keywords = [ "time", "measure", "timer", "user", "system", ] categories = ["command-line-utilities"] license = "MPL-2.0" repository = "https://github.com/acheronfail/timers" [dependencies.anyhow] version = "1.0.41" [dependencies.bytesize] version = "1.0.1" [dependencies.flexi_logger] version = "0.18.0" features = ["colors"] [dependencies.lazy_static] version = "1.4.0" [dependencies.lexopt] version = "0.3.0" [dependencies.libc] version = "0.2.95" [dependencies.log] version = "0.4.14" [dependencies.nix] version = "0.21.0" [dependencies.os_info] version = "3.0.6"