sqlx-rt 0.6.3

Runtime abstraction used by SQLx, the Rust SQL toolkit. Not intended to be used directly.
[dependencies.async-native-tls]
optional = true
version = "0.4.0"

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

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

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

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

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

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

[dependencies.tokio-rustls]
optional = true
version = "0.23.0"

[features]
_rt-async-std = ["async-std"]
_rt-tokio = ["tokio", "once_cell"]
_tls-native-tls = ["native-tls"]
_tls-rustls = []
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"]

[package]
authors = ["Ryan Leckey <leckey.ryan@gmail.com>", "Austin Bonander <austin.bonander@gmail.com>"]
description = "Runtime abstraction used by SQLx, the Rust SQL toolkit. Not intended to be used directly."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "sqlx-rt"
repository = "https://github.com/launchbadge/sqlx"
version = "0.6.3"