dinoco_engine 0.0.4

Database adapters, query execution, and migration engine components for Dinoco.
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_engine"
version = "0.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Database adapters, query execution, and migration engine components for Dinoco."
homepage = "https://docs.dinoco.io"
readme = "crates.md"
keywords = [
    "orm",
    "database",
    "sql",
    "adapters",
    "migrations",
]
license = "Apache-2.0"
repository = "https://github.com/dinoco-rs/dinoco"
resolver = "2"

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

[dependencies.async-stream]
version = "0.3.6"

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

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

[dependencies.deadpool-postgres]
version = "0.14.1"

[dependencies.deadpool-sqlite]
version = "0.13"

[dependencies.dinoco_compiler]
version = "0.0.3"

[dependencies.dinoco_derives]
version = "0.0.4"

[dependencies.futures]
version = "0.3.32"

[dependencies.mysql_async]
version = "0.36.1"

[dependencies.redis]
version = "0.32.7"
features = [
    "tokio-comp",
    "connection-manager",
]

[dependencies.rusqlite]
version = "0.38"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0.149"

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

[dependencies.tokio-postgres]
version = "0.7.16"
features = [
    "with-serde_json-1",
    "with-chrono-0_4",
]