# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rust-timeit" version = "0.3.0" authors = ["Bruce Guenter "] description = "Tool for measuring execution time of small Rust code snippets." homepage = "https://github.com/bruceg/rust-timeit/" readme = "README.md" keywords = ["benchmark", "criterion", "testing", "timing", "optimization"] categories = ["command-line-utilities", "development-tools::profiling"] license = "Apache-2.0" repository = "https://github.com/bruceg/rust-timeit/" [dependencies.argh] version = "0.1.4" [dependencies.dirs] version = "3.0"