sqlx-exasol 0.9.1

Exasol driver for the SQLx framework.
# 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.1"
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 = [
    "etl",
    "compression",
    "any",
    "migrate",
    "macros",
    "bigdecimal",
    "chrono",
    "rust_decimal",
    "time",
    "uuid",
    "json",
    "geo-types",
]

[features]
any = [
    "sqlx-a-orig/any",
    "sqlx-exasol-impl/any",
]
bigdecimal = [
    "sqlx-a-orig/bigdecimal",
    "sqlx-exasol-impl/bigdecimal",
    "sqlx-exasol-macros?/bigdecimal",
]
chrono = [
    "sqlx-a-orig/chrono",
    "sqlx-exasol-impl/chrono",
    "sqlx-exasol-macros?/chrono",
]
compression = ["sqlx-exasol-impl/compression"]
default = [
    "any",
    "macros",
    "migrate",
    "json",
]
derive = [
    "sqlx-a-orig/derive",
    "sqlx-exasol-macros?/derive",
]
etl = ["sqlx-exasol-impl/etl"]
geo-types = [
    "sqlx-exasol-impl/geo-types",
    "sqlx-exasol-macros?/geo-types",
]
json = [
    "sqlx-a-orig/json",
    "sqlx-exasol-impl/json",
    "sqlx-exasol-macros?/json",
]
macros = [
    "derive",
    "sqlx-a-orig/macros",
    "sqlx-exasol-macros/macros",
]
migrate = [
    "sqlx-a-orig/migrate",
    "sqlx-exasol-impl/migrate",
    "sqlx-exasol-macros?/migrate",
]
runtime-async-std = ["sqlx-a-orig/runtime-async-std"]
runtime-tokio = ["sqlx-a-orig/runtime-tokio"]
rust_decimal = [
    "sqlx-a-orig/rust_decimal",
    "sqlx-exasol-impl/rust_decimal",
    "sqlx-exasol-macros?/rust_decimal",
]
sqlx-toml = [
    "sqlx-exasol-impl/sqlx-toml",
    "sqlx-exasol-macros?/sqlx-toml",
]
time = [
    "sqlx-a-orig/time",
    "sqlx-exasol-impl/time",
    "sqlx-exasol-macros?/time",
]
tls-native-tls = [
    "sqlx-a-orig/tls-native-tls",
    "sqlx-exasol-impl/native-tls",
]
tls-rustls-aws-lc-rs = [
    "sqlx-a-orig/tls-rustls-aws-lc-rs",
    "sqlx-exasol-impl/rustls-aws-lc-rs",
]
tls-rustls-ring-native-roots = [
    "sqlx-a-orig/tls-rustls-ring-native-roots",
    "sqlx-exasol-impl/rustls-ring",
]
tls-rustls-ring-webpki = [
    "sqlx-a-orig/tls-rustls-ring-webpki",
    "sqlx-exasol-impl/rustls-ring",
]
uuid = [
    "sqlx-a-orig/uuid",
    "sqlx-exasol-impl/uuid",
    "sqlx-exasol-macros?/uuid",
]

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

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

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

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

[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