gremlin-orm 0.6.0

A lightweight, ORM for PostgreSQL, 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 = "gremlin-orm"
version = "0.6.0"
authors = ["Nils de Groot <nils@peeko.nl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, ORM for PostgreSQL, built on top of SQLx."
homepage = "https://github.com/nils-degroot/gremlin-orm"
readme = "README.md"
keywords = ["database"]
categories = ["database"]
license-file = "LICENSE"
repository = "https://github.com/nils-degroot/gremlin-orm"

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

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

[dependencies.futures]
version = "0.3.31"

[dependencies.gremlin-orm-macro]
version = "0.6.0"

[dependencies.sqlx]
version = "0.9.0"
features = [
    "postgres",
    "runtime-tokio",
]

[dev-dependencies.assert2]
version = "0.3.16"

[dev-dependencies.chrono]
version = "0.4.41"

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

[dev-dependencies.sqlx]
version = "0.9.0"
features = [
    "postgres",
    "runtime-tokio",
    "chrono",
]

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