rsql_driver_redshift 0.19.3

rsql redshift driver
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.92.0"
name = "rsql_driver_redshift"
version = "0.19.3"
authors = ["Brian Heineman <brian.heineman@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rsql redshift driver"
readme = false
keywords = [
    "database",
    "mysql",
    "postgresql",
    "sql",
    "sqlite",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
    "database",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/theseus-rs/rsql"

[features]
default = ["native-tls"]
native-tls = ["rsql_driver_postgresql/native-tls"]
rustls = ["rsql_driver_postgresql/rustls"]

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

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.file_type]
version = "0.8.11"

[dependencies.rsql_driver]
version = "0.19.3"

[dependencies.rsql_driver_postgresql]
version = "0.19.3"

[dependencies.sqlparser]
version = "0.61.0"

[dependencies.url]
version = "2.5.8"

[dev-dependencies.anyhow]
version = "1.0.101"

[dev-dependencies.testcontainers]
version = "0.26.3"

[dev-dependencies.testcontainers-modules]
version = "0.14.0"
features = ["postgres"]

[dev-dependencies.tokio]
version = "1.49.0"
features = [
    "macros",
    "rt",
]