bottle-orm 0.5.0

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.5.0"
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"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[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",
    "tls-native-tls",
    "any",
    "postgres",
    "mysql",
    "sqlite",
    "chrono",
    "uuid",
]

[dependencies.thiserror]
version = "2.0.18"

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

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

[dev-dependencies.axum]
version = "0.7"

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

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

[dev-dependencies.serde]
version = "1.0.228"

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