wae-testing 0.0.0

WAE Testing - 测试工具集,断言、Mock、Fixture
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 = "2024"
name = "wae-testing"
version = "0.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WAE Testing - 测试工具集,断言、Mock、Fixture"
homepage = "https://github.com/oovm/wae/tree/main/backends/wae-testing"
documentation = "https://docs.rs/wae-testing"
readme = "README.md"
keywords = [
    "testing",
    "mock",
    "fixture",
    "assertion",
]
categories = ["development-tools::testing"]
license = "MIT"
repository = "https://github.com/oovm/wae/tree/main/backends/wae-testing"
resolver = "2"

[features]
default = []

[lib]
name = "wae_testing"
path = "src/lib.rs"

[[test]]
name = "lib_tests"
path = "tests/lib_tests.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[dependencies.futures]
version = "0.3.32"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.rand]
version = "0.10.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.50.0"
features = ["full"]

[dependencies.uuid]
version = "1.22.0"
features = [
    "v4",
    "v7",
    "serde",
]

[dependencies.wae-types]
version = "0.0.0"