megafine 0.2.0

A multithreaded command-line benchmarking tool
# 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 = "2024"
rust-version = "1.95.0"
name = "megafine"
version = "0.2.0"
authors = ["Richard Beneyton <richard.beneyton@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "megafine"
description = "A multithreaded command-line benchmarking tool"
homepage = "https://github.com/rbeneyton/megafine"
readme = "README.md"
keywords = [
    "tuning",
    "benchmarking",
    "optimization",
    "multithreaded",
]
categories = [
    "command-line-utilities",
    "development-tools::profiling",
    "concurrency",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/rbeneyton/megafine"

[[bin]]
name = "megafine"
path = "src/main.rs"

[[bin]]
name = "megafine-region-rs"
path = "instrument/megafine-region-rs.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "wrap_help",
    "cargo",
]

[dependencies.clap_complete]
version = "4"

[dependencies.colored]
version = "3.1.1"

[dependencies.ctrlc]
version = "3.5.2"

[dependencies.flume]
version = "0.12.0"

[dependencies.libc]
version = "0.2.186"

[dependencies.rustix]
version = "1.1.4"
features = [
    "std",
    "event",
    "pipe",
    "process",
    "termios",
    "thread",
    "linux_5_11",
]
default-features = false

[dependencies.shell-words]
version = "1.1.1"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]