anvilforge-cast 0.3.6

Cast — Eloquent-shaped ORM for Anvilforge. Facade crate.
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"
name = "anvilforge-cast"
version = "0.3.6"
authors = ["Anvilforge contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cast — Eloquent-shaped ORM for Anvilforge. Facade crate."
homepage = "https://github.com/anvilforge/anvilforge"
readme = "README.md"
keywords = [
    "orm",
    "eloquent",
    "sqlx",
    "postgres",
    "anvilforge",
]
categories = [
    "database",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/anvilforge/anvilforge"

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

[dependencies.anvilforge-cast-core]
version = "0.3.6"

[dependencies.anvilforge-cast-derive]
version = "0.3.6"

[dependencies.sea-query]
version = "0.32"
features = [
    "backend-postgres",
    "backend-mysql",
    "backend-sqlite",
    "with-chrono",
    "with-uuid",
    "with-json",
]

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio-rustls",
    "postgres",
    "mysql",
    "sqlite",
    "macros",
    "chrono",
    "uuid",
    "json",
    "any",
]