# 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 = "benchplot" version = "0.1.1" authors = ["Owain Davies"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utility for benchmarking functions over various input sizes and plotting the results." readme = "README.md" keywords = [ "benchmark", "performance", "plot", "complexity", "profiling", ] categories = [ "development-tools", "visualization", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/OTheDev/benchplot" [lib] name = "benchplot" path = "src/lib.rs" [dependencies.plotters] version = "0.3.7" [dependencies.rayon] version = "1.10.0" [dependencies.text_io] version = "0.1.12" [dependencies.textwrap] version = "0.16.1" [dependencies.thiserror] version = "2.0.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tempfile] version = "3.14.0"