# 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 = "diol" version = "0.8.3" authors = ["sarah <>"] description = "benchmark lib" readme = "README.md" keywords = ["benchmark"] license = "MIT" repository = "https://github.com/sarah-ek/diol/" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.colorgrad] version = "0.6.2" [dependencies.dyn-clone] version = "1.0.17" [dependencies.equator] version = "0.2.0" [dependencies.plotters] version = "0.3.5" optional = true [dependencies.prettyplease] version = "0.2.19" [dependencies.quote] version = "1.0.36" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.syn] version = "2.0.60" features = ["extra-traits"] [dependencies.toml] version = "0.8.12" [dev-dependencies.popcnt] version = "0.1.0" [dev-dependencies.pulp] version = "0.18.10" [features] default = ["plot"] plot = ["dep:plotters"]