bottle-orm 0.4.3

A lightweight and simple ORM for Rust built on top of sqlx
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 = "bottle-orm"
version = "0.4.3"
authors = ["Murilinho145SG"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight and simple ORM for Rust built on top of sqlx"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Murilinho145SG/bottle-orm"
resolver = "2"

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

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

[dependencies.bottle-orm-macro]
version = "0.4.3"

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

[dependencies.futures]
version = "0.3.31"

[dependencies.heck]
version = "0.5.0"

[dependencies.log]
version = "0.4.29"

[dependencies.serde]
version = "1.0.228"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "runtime-tokio-native-tls",
    "any",
    "postgres",
    "mysql",
    "sqlite",
    "chrono",
    "uuid",
]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.uuid]
version = "1.11"
features = [
    "v1",
    "v3",
    "v4",
    "v5",
    "v6",
    "v7",
    "serde",
]

[dev-dependencies.env_logger]
version = "0.11.8"

[dev-dependencies.tokio]
version = "1.0"
features = ["full"]