tikal 0.1.4

A Rust ORM library for building database-driven applications
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 = "tikal"
version = "0.1.4"
authors = ["Hector3269"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust ORM library for building database-driven applications"
readme = "README.md"
keywords = [
    "orm",
    "database",
    "sql",
    "migration",
    "rust",
]
categories = [
    "database",
    "web-programming",
]
license-file = "LICENSE"
repository = "https://github.com/Hector3269/Tikal.git"

[features]
default = [
    "sqlite",
    "postgres",
    "mysql",
    "sqlx/chrono",
    "sqlx/json",
]
mysql = ["sqlx/mysql"]
postgres = ["sqlx/postgres"]
sqlite = ["sqlx/sqlite"]

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

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

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

[dependencies.dotenvy]
version = "0.15"

[dependencies.hex]
version = "0.4"

[dependencies.once_cell]
version = "1.19"

[dependencies.ordered-float]
version = "5.1.0"
features = ["serde"]

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlx]
version = "0.8"
features = ["runtime-tokio"]
default-features = false

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tikal_macros]
version = "0.1.1"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]