rsql_driver_https 0.20.0

rsql https 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.97.1"
name = "rsql_driver_https"
version = "0.20.0"
authors = ["Brian Heineman <brian.heineman@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rsql https 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"

[features]
tls-native-tls = ["reqwest/native-tls"]
tls-rustls-aws-lc-rs = ["reqwest/rustls"]
tls-rustls-ring = [
    "dep:rustls",
    "reqwest/rustls-no-provider",
]

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

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

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

[dependencies.file_type]
version = "0.9.0"

[dependencies.futures-util]
version = "0.3.33"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "charset",
    "gzip",
    "http2",
    "json",
    "stream",
    "system-proxy",
]
default-features = false

[dependencies.rsql_driver]
version = "0.20.0"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.tokio]
version = "1.53.1"

[dependencies.tracing]
version = "0.1.44"

[dependencies.url]
version = "2.5.8"

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

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

[dev-dependencies.wiremock]
version = "0.6.5"

[target.'cfg(not(target_family = "wasm"))'.dependencies.rustls]
version = "0.23.42"
features = ["ring"]
optional = true
default-features = false

[target.'cfg(not(target_family = "wasm"))'.dependencies.tokio]
version = "1.53.1"
features = ["fs"]

[lints.clippy]
allow_attributes = "deny"
expect_used = "deny"
fallible_impl_from = "deny"
indexing_slicing = "deny"
large_stack_arrays = "allow"
mod_module_files = "deny"
panic = "deny"
panic_in_result_fn = "deny"
todo = "deny"
unimplemented = "deny"
unreachable = "deny"
unwrap_in_result = "deny"
unwrap_used = "deny"

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
dead_code = "allow"
missing_debug_implementations = "deny"
unsafe_code = "deny"
unused_qualifications = "deny"
warnings = "deny"