libtest-with 0.7.0-2

A slightly customized version of libtest-mimic, such that it can be easier create a test runner for test-with
Documentation
[dependencies.byte-unit]
optional = true
version = "5.1"

[dependencies.chrono]
optional = true
version = "0.4"

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

[dependencies.escape8259]
version = "0.5.2"

[dependencies.num_cpus]
optional = true
version = "1.16"

[dependencies.ping]
optional = true
version = "0.5"

[dependencies.reqwest]
features = ["blocking"]
optional = true
version = "0.11"

[dependencies.sysinfo]
optional = true
version = "0.30"

[dependencies.termcolor]
version = "1.4"

[dependencies.threadpool]
version = "1.8.1"

[dependencies.which]
optional = true
version = "6.0"

[dev-dependencies.fastrand]
version = "2.0.1"

[dev-dependencies.pretty_assertions]
version = "1.4"

[features]
default = []
executable = ["which"]
http = ["reqwest"]
icmp = ["ping"]
net = ["http", "icmp"]
resource = ["sysinfo", "byte-unit", "num_cpus"]
timezone = ["chrono"]
user = ["users"]

[package]
authors = ["Lukas Kalbertodt <lukas.kalbertodt@gmail.com>", "Antonio Yang <yanganto>"]
categories = ["development-tools::testing", "development-tools::build-utils"]
description = """
A slightly customized version of libtest-mimic,
such that it can be easier create a test runner for test-with
"""
documentation = "https://docs.rs/libtest-with"
edition = "2021"
exclude = [".github"]
keywords = ["libtest", "test", "built-in", "framework", "harness"]
license = "MIT/Apache-2.0"
name = "libtest-with"
readme = "README.md"
repository = "https://github.com/yanganto/libtest-with"
rust-version = "1.71.0"
version = "0.7.0-2"

[target.'cfg(not(target_os = "windows"))'.dependencies.users]
optional = true
version = "0.11"