mysql_async 0.36.2

Tokio based asynchronous MySql client library.
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 = "2021"
name = "mysql_async"
version = "0.36.2"
authors = ["blackbeam <aikorsky@gmail.com>"]
build = false
exclude = ["test/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tokio based asynchronous MySql client library."
documentation = "https://docs.rs/mysql_async"
readme = "README.md"
keywords = [
    "mysql",
    "database",
    "asynchronous",
    "async",
]
categories = [
    "asynchronous",
    "database",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/blackbeam/mysql_async"

[features]
aws-lc-rs = [
    "rustls/aws_lc_rs",
    "tokio-rustls/aws_lc_rs",
]
bigdecimal = ["mysql_common/bigdecimal"]
binlog = ["mysql_common/binlog"]
chrono = ["mysql_common/chrono"]
client_ed25519 = ["mysql_common/client_ed25519"]
default = [
    "flate2/zlib",
    "derive",
]
default-rustls = [
    "default-rustls-no-provider",
    "aws-lc-rs",
]
default-rustls-no-provider = [
    "flate2/rust_backend",
    "derive",
    "rustls-tls",
    "tls12",
]
default-rustls-ring = [
    "default-rustls-no-provider",
    "ring",
]
derive = ["mysql_common/derive"]
frunk = ["mysql_common/frunk"]
minimal = ["flate2/zlib"]
minimal-rust = ["flate2/rust_backend"]
native-tls-tls = [
    "native-tls",
    "tokio-native-tls",
]
nightly = []
ring = [
    "rustls/ring",
    "tokio-rustls/ring",
]
rust_decimal = ["mysql_common/rust_decimal"]
rustls-tls = [
    "rustls",
    "tokio-rustls",
    "webpki-roots",
    "rustls-pemfile",
]
time = ["mysql_common/time"]
tls12 = [
    "rustls/tls12",
    "tokio-rustls/tls12",
]
tracing = ["dep:tracing"]

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

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

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

[dependencies.bytes]
version = "1.4"

[dependencies.crossbeam-queue]
version = "0.3"

[dependencies.flate2]
version = "1.0"
default-features = false

[dependencies.futures-core]
version = "0.3"

[dependencies.futures-sink]
version = "0.3"

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

[dependencies.hdrhistogram]
version = "7.5"
optional = true

[dependencies.keyed_priority_queue]
version = "0.4"

[dependencies.lru]
version = "0.16.3"

[dependencies.mysql_common]
version = "0.35.4"
default-features = false

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

[dependencies.pem]
version = "3.0"

[dependencies.percent-encoding]
version = "2.1.0"

[dependencies.rand]
version = "0.9"

[dependencies.rustls]
version = "0.23"
features = ["std"]
optional = true
default-features = false

[dependencies.rustls-pemfile]
version = "2.1.0"
optional = true

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.socket2]
version = "0.5.2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.0"
features = [
    "io-util",
    "fs",
    "net",
    "time",
    "rt",
    "sync",
]

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

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

[dependencies.tokio-util]
version = "0.7.2"
features = [
    "codec",
    "io",
]

[dependencies.tracing]
version = "0.1.37"
features = ["attributes"]
optional = true
default-features = false

[dependencies.twox-hash]
version = "2"
features = ["xxhash64"]
default-features = false

[dependencies.url]
version = "2.1"

[dependencies.webpki-roots]
version = "0.26.1"
optional = true

[dev-dependencies.socket2]
version = "0.5.2"
features = ["all"]

[dev-dependencies.tempfile]
version = "3.1.0"

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

[dev-dependencies.waker-fn]
version = "1"

[profile.bench]
debug = 2