sqlx-exasol 0.9.2

Exasol driver for the SQLx framework.
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.86.0"
name = "sqlx-exasol"
version = "0.9.2"
authors = ["Bogdan Mircea <mirceapetrebogdan@gmail.com>"]
build = false
exclude = ["tests/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Exasol driver for the SQLx framework."
documentation = "https://docs.rs/sqlx-exasol"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/bobozaur/sqlx-exasol"

[package.metadata.docs.rs]
features = ["_unstable-docs"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
_rt-async-global-executor = []
_rt-async-std = []
_rt-smol = []
_rt-tokio = []
_unstable-all-types = [
    "bigdecimal",
    "rust_decimal",
    "json",
    "time",
    "chrono",
    "uuid",
    "geo-types",
]
_unstable-docs = [
    "all-databases",
    "_unstable-all-types",
    "etl",
    "compression",
]
all-databases = ["any"]
any = [
    "sqlx-core/any",
    "sqlx-exasol-impl/any",
]
bigdecimal = [
    "sqlx-core/bigdecimal",
    "sqlx-exasol-macros?/bigdecimal",
    "sqlx-exasol-impl/bigdecimal",
]
chrono = [
    "sqlx-core/chrono",
    "sqlx-exasol-macros?/chrono",
    "sqlx-exasol-impl/chrono",
]
compression = ["sqlx-exasol-impl/compression"]
default = [
    "any",
    "macros",
    "migrate",
    "json",
]
derive = [
    "sqlx-exasol-macros/derive",
    "sqlx-orig/derive",
]
etl = ["sqlx-exasol-impl/etl"]
geo-types = [
    "sqlx-exasol-macros?/geo-types",
    "sqlx-exasol-impl/geo-types",
]
json = [
    "sqlx-core/json",
    "sqlx-exasol-macros?/json",
    "sqlx-exasol-impl/json",
]
macros = [
    "derive",
    "sqlx-exasol-macros/macros",
    "sqlx-orig/macros",
]
migrate = [
    "sqlx-core/migrate",
    "sqlx-exasol-macros/migrate",
    "sqlx-exasol-impl/migrate",
]
runtime-async-global-executor = [
    "_rt-async-global-executor",
    "sqlx-core/_rt-async-global-executor",
    "sqlx-exasol-macros?/_rt-async-global-executor",
]
runtime-async-std = [
    "_rt-async-std",
    "sqlx-core/_rt-async-std",
    "sqlx-exasol-macros?/_rt-async-std",
]
runtime-smol = [
    "_rt-smol",
    "sqlx-core/_rt-smol",
    "sqlx-exasol-macros?/_rt-smol",
]
runtime-tokio = [
    "_rt-tokio",
    "sqlx-core/_rt-tokio",
    "sqlx-exasol-macros?/_rt-tokio",
]
rust_decimal = [
    "sqlx-core/rust_decimal",
    "sqlx-exasol-macros?/rust_decimal",
    "sqlx-exasol-impl/rust_decimal",
]
sqlx-toml = [
    "sqlx-core/sqlx-toml",
    "sqlx-exasol-macros?/sqlx-toml",
]
time = [
    "sqlx-core/time",
    "sqlx-exasol-macros?/time",
    "sqlx-exasol-impl/time",
]
tls-native-tls = [
    "sqlx-core/_tls-native-tls",
    "sqlx-exasol-macros?/_tls-native-tls",
    "sqlx-exasol-impl/native-tls",
]
tls-none = []
tls-rustls = ["tls-rustls-ring"]
tls-rustls-aws-lc-rs = [
    "sqlx-core/_tls-rustls-aws-lc-rs",
    "sqlx-exasol-macros?/_tls-rustls-aws-lc-rs",
    "sqlx-exasol-impl/rustls-aws-lc-rs",
]
tls-rustls-ring = ["tls-rustls-ring-webpki"]
tls-rustls-ring-native-roots = [
    "sqlx-core/_tls-rustls-ring-native-roots",
    "sqlx-exasol-macros?/_tls-rustls-ring-native-roots",
    "sqlx-exasol-impl/rustls-ring",
]
tls-rustls-ring-webpki = [
    "sqlx-core/_tls-rustls-ring-webpki",
    "sqlx-exasol-macros?/_tls-rustls-ring-webpki",
    "sqlx-exasol-impl/rustls-ring",
]
uuid = [
    "sqlx-core/uuid",
    "sqlx-exasol-macros?/uuid",
    "sqlx-exasol-impl/uuid",
]

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

[dependencies.sqlx-core]
version = "=0.9.0-alpha.1"
features = [
    "offline",
    "migrate",
]
default-features = false

[dependencies.sqlx-exasol-impl]
version = "=0.9.2"

[dependencies.sqlx-exasol-macros]
version = "=0.9.2"
optional = true

[dependencies.sqlx-orig]
version = "=0.9.0-alpha.1"
default-features = false
package = "sqlx"

[dev-dependencies.dotenvy]
version = "0.15"
default-features = false

[dev-dependencies.futures-util]
version = "0.3"
default-features = false

[dev-dependencies.paste]
version = "1"
default-features = false

[dev-dependencies.rand]
version = "0.8"
features = [
    "std",
    "std_rng",
]
default-features = false

[dev-dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]
default-features = false

[dev-dependencies.time]
version = "0.3"
features = [
    "std",
    "serde",
    "formatting",
    "parsing",
    "macros",
]
default-features = false

[dev-dependencies.url]
version = "2"
default-features = false