cobench 0.1.0

Statistically rigorous performance benchmarking, powered by Conformal Prediction
Documentation
[package]
name = "cobench"
description = "Statistically rigorous performance benchmarking, powered by Conformal Prediction"
version = "0.1.0"
authors = ["Daniel Csillag <dccsillag@gmail.com>"]
license = "MIT"
edition = "2021"

# homepage
repository = "https://github.com/dccsillag/cobench"
keywords = [
    "benchmarking",
    "performance",
    "measurement",
]
categories = [
    # "date-and-time",
    "development-tools",
    "development-tools::profiling",
    # "mathematics",
    "command-line-utilities",
]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.70"
clap = { version = "4.2.4", features = ["derive"] }
colored = "2.0.0"
delaunator = "1.0.2"
float-ord = "0.3.2"
indicatif = "0.17.3"
itertools = "0.10.5"
lazy_static = "1.4.0"
rand = { version = "0.8.5", features = ["small_rng"] }
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
shell-words = "1.1.0"
statrs = "0.16.0"
thiserror = "1.0.40"
toml = "0.7.3"