[package] name = "performance_measure" version = "2.0.0" edition = "2021" description = "A library for measuring the performance of Rust code." authors = ["Julian Wogersien "] license = "GPL-3.0-or-later" license-file = "LICENSE" readme = "README.md" keywords = ["performance", "measure", "benchmark", "benchmarking", "time"] homepage = "https://github.com/coolian1337/performance_measure" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] graplot ={ version = "0.1.22", optional = true} [features] default = ["plot"] plot = ["dep:graplot"]