# 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 = "processtime" version = "0.2.0" authors = ["Alex \"Pierstoval\" Rock "] description = "A cross-platform version of the \"time\" shell function, to display execution time for a process." homepage = "https://github.com/Orbitale/processtime" documentation = "https://docs.rs/processtime" readme = "README.md" license = "LGPL-3.0-or-later" repository = "https://github.com/Orbitale/processtime" [package.metadata.deb] section = "utils" assets = [ [ "target/release/processtime", "usr/bin/", "755", ], [ "LICENSE", "usr/share/doc/processtime/", "644", ], [ "README.md", "usr/share/doc/processtime/README", "644", ], ] extended-description = """ processtime is a cross-platform version of the \"time\" shell function, to display execution time for a process. Its main advancement is to add a \"--format\" """ [profile.release] opt-level = "z" lto = true codegen-units = 1 [dependencies.clap] version = "4.1" features = [ "cargo", "color", "suggestions", "wrap_help", ] [dependencies.humantime] version = "2.1" features = []