drizzle-core 0.1.13

A type-safe SQL query builder for Rust
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"
rust-version = "1.95"
name = "drizzle-core"
version = "0.1.13"
authors = ["Mixed Nuts"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A type-safe SQL query builder for Rust"
readme = false
keywords = [
    "drizzle",
    "rizzle",
    "orm",
    "database",
    "sqlite",
]
license = "MIT"
repository = "https://github.com/themixednuts/drizzle-rs"

[features]
alloc = []
arrayvec = ["dep:arrayvec"]
bit-vec = [
    "dep:bit-vec",
    "postgres?/with-bit-vec-0_8",
    "tokio-postgres?/with-bit-vec-0_8",
]
bytes = ["dep:bytes"]
chrono = [
    "dep:chrono",
    "postgres?/with-chrono-0_4",
    "tokio-postgres?/with-chrono-0_4",
]
cidr = [
    "dep:cidr",
    "postgres?/with-cidr-0_3",
    "tokio-postgres?/with-cidr-0_3",
]
col128 = ["drizzle-types/col128"]
col16 = ["drizzle-types/col16"]
col200 = ["drizzle-types/col200"]
col32 = ["drizzle-types/col32"]
col64 = ["drizzle-types/col64"]
col8 = ["drizzle-types/col8"]
compact-str = []
default = [
    "std",
    "col16",
]
geo-types = [
    "dep:geo-types",
    "postgres?/with-geo-types-0_7",
    "tokio-postgres?/with-geo-types-0_7",
]
libsql = [
    "std",
    "dep:libsql",
]
postgres-sync = [
    "std",
    "dep:postgres",
]
profiling = [
    "std",
    "dep:puffin",
]
query = [
    "std",
    "dep:serde_json",
    "serde_json/alloc",
    "dep:serde",
    "compact_str/serde",
    "smallvec/serde",
    "bit-vec?/serde_std",
    "arrayvec?/serde",
    "bytes?/serde",
]
rusqlite = [
    "std",
    "dep:rusqlite",
]
rust-decimal = [
    "dep:rust_decimal",
    "rust_decimal?/db-postgres",
    "rust_decimal?/db-tokio-postgres",
]
serde = [
    "dep:serde_json",
    "serde_json/alloc",
    "dep:serde",
    "postgres?/with-serde_json-1",
    "tokio-postgres?/with-serde_json-1",
]
smallvec-types = []
sqlite = []
std = [
    "compact_str/std",
    "smallvec/write",
    "thiserror/std",
    "drizzle-types/std",
    "percent-encoding/std",
]
time = [
    "dep:time",
    "postgres?/with-time-0_3",
    "tokio-postgres?/with-time-0_3",
]
tokio-postgres = [
    "std",
    "dep:tokio-postgres",
]
tracing = ["dep:tracing"]
turso = [
    "std",
    "dep:turso",
]
uuid = [
    "dep:uuid",
    "postgres?/with-uuid-1",
    "tokio-postgres?/with-uuid-1",
]

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

[[test]]
name = "no_std"
path = "tests/no_std.rs"

[dependencies.arrayvec]
version = "0.7"
features = ["serde"]
optional = true
default-features = false

[dependencies.bit-vec]
version = "0.8"
optional = true

[dependencies.bytes]
version = "1.11.1"
optional = true

[dependencies.chrono]
version = "0.4"
optional = true
default-features = false

[dependencies.cidr]
version = "0.3"
optional = true

[dependencies.compact_str]
version = "0.9.0"
default-features = false

[dependencies.drizzle-types]
version = "0.1"
features = ["alloc"]
default-features = false

[dependencies.geo-types]
version = "0.7"
optional = true

[dependencies.hashbrown]
version = "0.16"
features = ["default-hasher"]
default-features = false

[dependencies.libsql]
version = ">=0.9.1, <0.10"
optional = true

[dependencies.paste]
version = "1.0"

[dependencies.percent-encoding]
version = "2.3"
features = ["alloc"]
default-features = false

[dependencies.postgres]
version = ">=0.19.11, <0.20"
optional = true

[dependencies.puffin]
version = "0.19"
optional = true

[dependencies.rusqlite]
version = ">=0.36, <0.40"
features = ["bundled"]
optional = true

[dependencies.rust_decimal]
version = "1.40"
optional = true

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "alloc",
]
optional = true
default-features = false

[dependencies.serde_json]
version = "1.0"
optional = true
default-features = false

[dependencies.smallvec]
version = "1.15"
features = [
    "union",
    "const_new",
    "const_generics",
]
default-features = false

[dependencies.thiserror]
version = "2.0"
default-features = false

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "parsing",
]
optional = true
default-features = false

[dependencies.tokio-postgres]
version = ">=0.7.15, <0.8"
features = ["runtime"]
optional = true
default-features = false

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.turso]
version = "=0.7.0-pre.18"
features = ["pure-rust-crypto"]
optional = true
default-features = false

[dependencies.uuid]
version = "1.18"
features = ["v4"]
optional = true