rust-ef-mysql 1.5.3

MySQL provider for Rust Entity Framework
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 = "rust-ef-mysql"
version = "1.5.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MySQL provider for Rust Entity Framework"
readme = "README.md"
keywords = [
    "orm",
    "efcore",
    "entity-framework",
    "mysql",
    "database",
]
categories = ["database"]
license = "MIT"
repository = "https://gitcode.com/rf2026/rust-ef"

[features]
tracing = [
    "dep:tracing",
    "rust-ef/tracing",
]

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

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"

[dependencies.rust-ef]
version = "1.5.3"
features = [
    "chrono",
    "uuid",
    "decimal",
]

[dependencies.rust_decimal]
version = "1"

[dependencies.sqlx]
version = "0.8"
features = [
    "mysql",
    "runtime-tokio",
    "chrono",
    "uuid",
    "tls-native-tls",
]

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

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.uuid]
version = "1"
features = ["v4"]