genies_test 1.9.0

Genies 框架测试工具库 - 提供对比测试、数据库快照/差异/还原、Deep Diff 等基础设施
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"
name = "genies_test"
version = "1.9.0"
authors = ["tdcare"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Genies 框架测试工具库 - 提供对比测试、数据库快照/差异/还原、Deep Diff 等基础设施"
documentation = "https://docs.rs/genies_test"
readme = "README.zh-CN.md"
keywords = [
    "testing",
    "comparison",
    "database",
    "snapshot",
]
categories = ["development-tools::testing"]
license = "MIT/Apache-2.0"

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

[dependencies.once_cell]
version = "1"

[dependencies.rbatis]
version = "4.9"
features = ["debug_mode"]

[dependencies.rbs]
version = "4.8"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

[dependencies.serde_json]
version = "1.0.89"

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

[dev-dependencies]