quex-driver 0.1.2

Low-level async database drivers used by quex.
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.85"
name = "quex-driver"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level async database drivers used by quex."
homepage = "https://github.com/hiovior/quex"
documentation = "https://docs.rs/quex-driver"
readme = false
keywords = [
    "database",
    "mysql",
    "postgres",
    "sqlite",
    "async",
]
categories = [
    "database",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hiovior/quex"

[features]
default = []
mariadb = ["dep:quex-mariadb-sys"]
postgres = ["dep:quex-pq-sys"]
sqlite = ["dep:quex-sqlite3-sys"]

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

[dependencies.libc]
version = "0.2"

[dependencies.quex-mariadb-sys]
version = "0.1.2"
optional = true

[dependencies.quex-pq-sys]
version = "0.1.2"
optional = true

[dependencies.quex-sqlite3-sys]
version = "0.1.2"
optional = true

[dependencies.tokio]
version = "1.48"
features = [
    "macros",
    "net",
    "rt",
    "rt-multi-thread",
    "sync",
    "time",
]