dinoco 0.0.7

A modern Rust ORM for schema-driven queries, migrations, and database operations.
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 = "dinoco"
version = "0.0.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modern Rust ORM for schema-driven queries, migrations, and database operations."
homepage = "https://docs.dinoco.io"
readme = "crates.md"
keywords = [
    "orm",
    "database",
    "sql",
    "migrations",
    "rust",
]
license = "Apache-2.0"
repository = "https://github.com/dinoco-rs/dinoco"
resolver = "2"

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

[[bin]]
name = "dinoco"
path = "src/main.rs"

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

[dependencies.chrono]
version = "0.4.44"

[dependencies.dinoco_cli]
version = "0.0.7"

[dependencies.dinoco_derives]
version = "0.0.7"

[dependencies.dinoco_engine]
version = "0.0.7"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.futures]
version = "0.3.31"

[dependencies.rand]
version = "0.9.2"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.50.0"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
]

[dependencies.uuid]
version = "1.18.1"
features = ["v7"]