# 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" rust-version = "1.77" name = "brunch" version = "0.6.1" authors = ["Blobfolio, LLC. "] build = false exclude = [ ".github", ".gitignore", ".righteous-sandbox.json", "doc", "justfile", "release", ] 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.bashman] bash-dir = "./" credits-dir = "./" man-dir = "./" name = "Brunch" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" [lib] name = "brunch" path = "src/lib.rs" [[bench]] name = "fn_fib" path = "benches/fn_fib.rs" harness = false [dependencies.dactyl] version = "0.7.*" [dependencies.unicode-width] version = "0.2.*" [dev-dependencies.quantogram] version = "=0.4.4"