# 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 = "git-perf" version = "0.15.5" description = "Track, plot, and statistically validate simple measurements using git-notes for storage" readme = "README.md" license = "MIT" repository = "https://github.com/kaihowl/git-perf" [profile.dist] lto = "thin" inherits = "release" [[bench]] name = "read" harness = false [[bench]] name = "add" harness = false [dependencies.anyhow] version = "1.0.75" [dependencies.average] version = "0.13.1" [dependencies.backoff] version = "0.4.0" [dependencies.clap] version = "4" features = [ "derive", "wrap_help", ] [dependencies.clap_mangen] version = "0.2.5" [dependencies.criterion] version = "0.5.1" [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.10.5" [dependencies.plotly] version = "0.8.3" [dependencies.thiserror] version = "1.0.51" [dependencies.toml] version = "0.8.6" [dependencies.toml_edit] version = "0.20.4" [dev-dependencies.httptest] version = "0.15.4" [dev-dependencies.tempfile] version = "3.3.0" [features] vendored-openssl = []