[package]
edition = "2024"
rust-version = "1.88"
name = "brunch"
version = "0.11.1"
authors = ["Josh Stoik <josh@blobfolio.com>"]
build = false
exclude = [
".github",
".gitignore",
".righteous-sandbox.json",
"doc",
"justfile",
"release",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple micro-benchmark runner."
readme = "README.md"
keywords = [
"benchmark",
"profiling",
]
license = "WTFPL"
repository = "https://github.com/Blobfolio/brunch"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
[package.metadata.bashman]
name = "Brunch"
[lib]
name = "brunch"
path = "src/lib.rs"
[[bench]]
name = "fn_fib"
path = "benches/fn_fib.rs"
harness = false
[dependencies.dactyl]
version = "0.13.*"
[dependencies.unicode-width]
version = "0.2.*"
[dev-dependencies.quantogram]
version = "=0.4.4"