sqlx-models-orm 0.8.7

ActiveRecord based on SQLx for Postgres
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.56"
name = "sqlx-models-orm"
version = "0.8.7"
authors = ["Nubis <nubis@constata.eu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ActiveRecord based on SQLx for Postgres"
homepage = "https://github.com/constata-eu/sqlx-models"
readme = "README.md"
keywords = [
    "sqlx",
    "postgres",
    "orm",
    "activerecord",
]
categories = ["database"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/constata-eu/sqlx-models"

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

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

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

[dependencies.futures-core]
version = "^0.3.19"

[dependencies.futures-util]
version = "^0.3.19"

[dependencies.sqlx]
version = "0.8.2"
features = [
    "postgres",
    "runtime-tokio",
    "tls-rustls",
    "migrate",
    "chrono",
    "json",
    "rust_decimal",
]

[dependencies.sqlx-models-derive]
version = "0.8.7"

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.base64]
version = "0.13.0"

[dev-dependencies.base64-serde]
version = "0.6.1"

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

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.serde_with]
version = "1.6.4"
features = ["hex"]

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