evaltor 0.1.0

A tool for evaluating the evaluatees on benchmarks
Documentation
# 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 = "evaltor"
version = "0.1.0"
authors = ["Yuheng Su <gipsyh.icu@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool for evaluating the evaluatees on benchmarks"
readme = "README.md"
license = "MIT"
repository = "https://github.com/gipsyh/evaltor"

[lib]
name = "evaltor"
path = "src/lib.rs"

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

[dependencies.bollard]
version = "0.18.1"

[dependencies.bytes]
version = "1.9.0"

[dependencies.chrono]
version = "0.4.28"

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

[dependencies.crossbeam]
version = "0.8.4"
features = ["crossbeam-queue"]

[dependencies.futures]
version = "0.3.31"

[dependencies.indicatif]
version = "0.17.7"

[dependencies.libc]
version = "0.2.147"

[dependencies.nix]
version = "0.27.1"
features = ["signal"]

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.regex]
version = "1.10.6"

[dependencies.serde]
version = "1.0.217"

[dependencies.serde_json]
version = "1.0.137"

[dependencies.tempfile]
version = "3.19.1"

[dependencies.tokio]
version = "1.43.0"
features = ["full"]

[dependencies.toml]
version = "0.8.22"