yang-db 0.1.2

个人使用数据库操作
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 = "yang-db"
version = "0.1.2"
build = false
exclude = ["INSTALL.md"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "个人使用数据库操作"
readme = "README.md"
license = "MIT OR Apache-2.0"
resolver = "2"

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

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

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

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

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.44"

[dependencies.deadpool-redis]
version = "0.23.0"

[dependencies.log]
version = "0.4.29"

[dependencies.redis]
version = "1.2.0"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio-rustls",
    "mysql",
    "chrono",
    "json",
]

[dependencies.thiserror]
version = "2.0.18"

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

[dev-dependencies.proptest]
version = "1.11.0"