rdbi 0.2.1

Database abstraction layer built on mysql_async with derive macros
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"
rust-version = "1.75"
name = "rdbi"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Database abstraction layer built on mysql_async with derive macros"
readme = "README.md"
keywords = [
    "rdbi",
    "database",
    "mysql",
    "dao",
    "orm",
]
categories = [
    "development-tools",
    "database",
]
license = "Apache-2.0"
repository = "https://github.com/a4501150/rdbi"

[features]
default = []
native-tls = ["mysql_async/native-tls-tls"]
rustls-tls = ["mysql_async/default-rustls"]

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

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.futures]
version = "0.3"

[dependencies.mysql_async]
version = "0.36"

[dependencies.rdbi-derive]
version = "0.1.0"

[dependencies.rust_decimal]
version = "1.0"
features = ["serde"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.0"
features = ["sync"]