sqlx-rt-oldapi 0.6.52

Runtime abstraction used by SQLx, the Rust SQL toolkit. Not intended to be used directly.
# 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 = "2021"
name = "sqlx-rt-oldapi"
version = "0.6.52"
authors = [
    "Ryan Leckey <leckey.ryan@gmail.com>",
    "Austin Bonander <austin.bonander@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime abstraction used by SQLx, the Rust SQL toolkit. Not intended to be used directly."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/launchbadge/sqlx"

[features]
_rt-actix = []
_rt-async-std = ["async-std"]
_rt-tokio = [
    "tokio",
    "once_cell",
]
_tls-native-tls = ["native-tls"]
_tls-rustls = []
aws_lc_rs = ["tokio-rustls/aws_lc_rs"]
runtime-actix-native-tls = ["runtime-tokio-native-tls"]
runtime-actix-rustls = ["runtime-tokio-rustls"]
runtime-async-std-native-tls = [
    "_rt-async-std",
    "_tls-native-tls",
    "async-native-tls",
]
runtime-async-std-rustls = [
    "_rt-async-std",
    "_tls-rustls",
    "futures-rustls",
]
runtime-tokio-native-tls = [
    "_rt-tokio",
    "_tls-native-tls",
    "tokio-native-tls",
]
runtime-tokio-rustls = [
    "_rt-tokio",
    "_tls-rustls",
    "tokio-rustls",
]

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

[dependencies.async-native-tls]
version = "0.6.0"
optional = true

[dependencies.async-std]
version = "1.7.0"
features = ["unstable"]
optional = true

[dependencies.futures-rustls]
version = "0.26"
optional = true

[dependencies.native-tls]
version = "0.2.4"
optional = true

[dependencies.once_cell]
version = "1.4"
features = ["std"]
optional = true

[dependencies.tokio]
version = "1.0.1"
features = [
    "fs",
    "net",
    "rt",
    "rt-multi-thread",
    "time",
    "io-util",
    "sync",
]
optional = true

[dependencies.tokio-native-tls]
version = "0.3.0"
optional = true

[dependencies.tokio-rustls]
version = "0.26"
optional = true
default-features = false