rok-orm-core 0.1.0

Core traits and query builder for rok-orm
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 = "rok-orm-core"
version = "0.1.0"
authors = ["ateeq1999"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits and query builder for rok-orm"
homepage = "https://github.com/ateeq1999/axum-rok-http"
readme = "README.md"
keywords = [
    "orm",
    "query-builder",
    "database",
    "rok",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/ateeq1999/axum-rok-http"

[features]
sqlx-mysql = [
    "sqlx/mysql",
    "sqlx/runtime-tokio-native-tls",
]
sqlx-postgres = [
    "sqlx/postgres",
    "sqlx/runtime-tokio-native-tls",
]
sqlx-sqlite = [
    "sqlx/sqlite",
    "sqlx/runtime-tokio-native-tls",
]
tenant = [
    "dep:tokio",
    "dep:tower",
    "dep:http",
]

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

[dependencies.http]
version = "1"
optional = true

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

[dependencies.sqlx]
version = "0.8"
features = ["macros"]
optional = true
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]
optional = true

[dependencies.tower]
version = "0.5"
optional = true

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