# 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 = "print_perf" version = "0.1.9" authors = ["Carl Fredrik Samson "] description = "Ergonomic print optimization for Rust. This crate will provide a struct and a\nhelper macro that you can use to measure and print out the time between two \npoints in your code.\n" homepage = "https://github.com/cfsamson/print-perf" documentation = "https://docs.rs/print_perf" readme = "README.md" keywords = ["measurement", "perf", "performance", "time", "print"] categories = ["development-tools"] license = "Unlicense OR MIT" repository = "https://github.com/cfsamson/print-perf" [dependencies]