# 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 = "criterion-table" version = "0.4.2" authors = ["Scott Meeuwsen "] description = "Generate markdown comparison tables from cargo-criterion benchmark output" documentation = "https://docs.rs/criterion-table" readme = "../README.md" keywords = ["benchmark", "criterion", "markdown"] categories = ["development-tools::profiling"] license = "MIT OR Apache-2.0" repository = "https://github.com/nu11ptr/criterion-table" [dependencies.anyhow] version = "1" [dependencies.flexstr] version = "0.8" features = ["serde"] [dependencies.indexmap] version = "1" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.toml] version = "0.5" features = ["preserve_order"] [dev-dependencies.criterion] version = "0.3"