test-with 0.15.7

A lib help you run test with condition
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 = "2021"
rust-version = "1.88.0"
name = "test-with"
version = "0.15.7"
authors = ["Antonio Yang <yanganto@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lib help you run test with condition"
readme = "README.md"
keywords = [
    "testing",
    "condition",
    "toggle",
    "integration",
    "ignore",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/yanganto/test-with"

[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]
name = "test_with"
path = "src/lib.rs"
proc-macro = true

[[example]]
name = "env"
path = "examples/env.rs"

[[example]]
name = "executable"
path = "examples/executable.rs"

[[example]]
name = "file"
path = "examples/file.rs"

[[example]]
name = "http"
path = "examples/http.rs"

[[example]]
name = "icmp"
path = "examples/icmp.rs"

[[example]]
name = "lock"
path = "examples/lock.rs"

[[example]]
name = "resource"
path = "examples/resource.rs"

[[example]]
name = "rstest"
path = "examples/rstest.rs"

[[example]]
name = "serial"
path = "examples/serial.rs"

[[example]]
name = "tcp"
path = "examples/tcp.rs"

[[example]]
name = "timezone"
path = "examples/timezone.rs"

[[example]]
name = "tokio"
path = "examples/tokio.rs"

[[example]]
name = "user"
path = "examples/user.rs"

[dependencies.byte-unit]
version = "5.0"
optional = true

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

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

[dependencies.ping]
version = "0.7.1-beta"
optional = true

[dependencies.proc-macro-error2]
version = "2.0"

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

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1"

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

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

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

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

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

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

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

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

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