test-with 0.14.2

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

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

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

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

[dependencies.proc-macro-error2]
version = "2.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.30"

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

[dev-dependencies.libtest-with]
features = ["net", "resource", "user", "executable", "timezone"]
version = "0.7.0-3"

[dev-dependencies.rstest]
version = "0.21.0"

[dev-dependencies.serial_test]
version = "3.1.1"

[dev-dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros"]
version = "1.38.0"

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

[lib]
proc-macro = true

[package]
authors = ["Antonio Yang <yanganto@gmail.com>"]
categories = ["development-tools"]
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"
rust-version = "1.77.0"
version = "0.14.2"

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