scarfbench-cli 0.1.1

CLI for running, testing, and evaluating SCARF benchmark applications.
# 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"
name = "scarfbench-cli"
version = "0.1.1"
authors = ["Rahul Krishna <i.m.ralk@gmail.com>"]
build = false
include = [
    "Cargo.toml",
    "src/**",
    "tests/**",
    "README.md",
    "LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for running, testing, and evaluating SCARF benchmark applications."
homepage = "https://github.com/scarfbench/scarf"
documentation = "https://docs.rs/scarf"
readme = "README.md"
keywords = [
    "benchmark",
    "cli",
    "evaluation",
    "testing",
    "automation",
]
categories = [
    "command-line-utilities",
    "development-tools::testing",
]
license = "Apache-2.0"
repository = "https://github.com/scarfbench/scarf"

[package.metadata.wix]
upgrade-guid = "A803AB62-0AD5-4E0B-90A3-300CCB70C6C8"
path-guid = "ED1637ED-B22A-4955-AC24-AD2419D784B9"
license = false
eula = false

[package.metadata.dist]
formula = "scarfbench-cli"

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

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

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.bon]
version = "3.9.0"

[dependencies.clap]
version = "4.5.55"
features = ["derive"]

[dependencies.comfy-table]
version = "7.2.2"

[dependencies.env_logger]
version = "0.11"

[dependencies.flate2]
version = "1.1.9"

[dependencies.kdam]
version = "0.6.4"
features = [
    "derive",
    "rich",
    "spinner",
]

[dependencies.log]
version = "0.4.29"

[dependencies.owo-colors]
version = "4.2.3"

[dependencies.rayon]
version = "1.11.0"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "blocking",
    "json",
]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.strip-ansi-escapes]
version = "0.2.1"

[dependencies.tar]
version = "0.4.44"

[dependencies.tempfile]
version = "3.24.0"

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.assert_cmd]
version = "2.1.2"

[dev-dependencies.tempfile]
version = "3.24.0"

[profile.dist]
lto = "thin"
inherits = "release"