[dependencies.dactyl]
version = "0.2.*"
[dependencies.num-traits]
version = "0.2.*"
[dependencies.serde]
features = ["derive"]
version = "1.0.*"
[dependencies.serde_json]
version = "1.0.*"
[package]
authors = ["Blobfolio, LLC. <hello@blobfolio.com>"]
description = "A simple micro-benchmark runner."
edition = "2021"
exclude = [".github", ".gitignore", ".righteous-sandbox.json", "about.toml", "doc", "justfile", "release"]
license = "WTFPL"
name = "brunch"
readme = "README.md"
repository = "https://github.com/Blobfolio/brunch"
resolver = "2"
rust-version = "1.56"
version = "0.2.0"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"