# 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.77.0" name = "test-with" version = "0.14.6" authors = ["Antonio Yang "] 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" [lib] proc-macro = true [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.5" 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.12" features = ["blocking"] optional = true [dependencies.syn] version = "2.0" features = ["full"] [dependencies.sysinfo] version = "0.33" optional = true [dependencies.which] version = "7.0" optional = true [dev-dependencies.libtest-with] version = "0.8.1-3" features = [ "net", "resource", "user", "executable", "timezone", ] [dev-dependencies.rstest] version = "0.23.0" [dev-dependencies.serial_test] version = "3.1.1" [dev-dependencies.tokio] version = "1.38.0" features = [ "rt", "rt-multi-thread", "macros", ] [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"] [target."cfg(not(target_os = \"windows\"))".dependencies.uzers] version = "0.11.3" optional = true