[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 = "2.0"
[dependencies.sysinfo]
optional = true
version = "0.29"
[dependencies.which]
optional = true
version = "4.3"
[dev-dependencies.serial_test]
version = "2.0.0"
[dev-dependencies.tokio]
features = ["rt", "macros"]
version = "1.15.0"
[features]
default = ["net", "resource", "user", "executable"]
executable = ["which"]
http = ["reqwest"]
icmp = ["ping"]
ign-msg = []
net = ["http", "icmp"]
resource = ["sysinfo", "byte-unit", "num_cpus"]
runtime = []
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", "condition", "toggle", "integration", "ignore"]
license = "MIT"
name = "test-with"
readme = "README.md"
repository = "https://github.com/yanganto/test-with"
version = "0.10.2"
[target."cfg(not(target_os = \"windows\"))".dependencies.users]
optional = true
version = "0.11"