rsql_driver_http 0.19.3

rsql http 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_http"
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 http driver"
readme = "README.md"
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"

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

[[test]]
name = "http"
path = "tests/http.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_https]
version = "0.19.3"

[dev-dependencies.rsql_driver_csv]
version = "0.19.3"

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