test-with 0.7.6

A lib help you run test with condition
Documentation
[dependencies.byte-unit]
optional = true
version = "4.0"

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

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

[dependencies.proc-macro-error]
version = "1.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1"

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

[dependencies.syn]
features = ["full"]
version = "1.0"

[dependencies.sysinfo]
optional = true
version = "0.24"
[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1.15.0"

[features]
default = ["net", "resource", "user"]
ign-msg = []
net = ["reqwest", "ping"]
resource = ["sysinfo", "byte-unit", "num_cpus"]
user = ["users"]

[lib]
proc-macro = true

[package]
authors = ["Antonio Yang <yanganto@gmail.com>"]
categories = ["development-tools", "testing"]
description = "A lib help you run test with condition"
edition = "2021"
keywords = ["testing", "environment", "condition", "toggle", "integration"]
license = "MIT"
name = "test-with"
repository = "https://github.com/yanganto/test-with"
resolver = "2"
version = "0.7.6"
[target."cfg(not(target_os = \"windows\"))".dependencies.users]
optional = true
version = "0.11.0"