# 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.34.2" authors = ["blackbeam "] build = false exclude = ["test/*"] 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/Apache-2.0" repository = "https://github.com/blackbeam/mysql_async" [profile.bench] debug = 2 [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] version = "0.8.1" [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.keyed_priority_queue] version = "0.4" [dependencies.lru] version = "0.12.0" [dependencies.mysql_common] version = "0.32" default-features = false [dependencies.native-tls] version = "0.2" optional = true [dependencies.pem] version = "3.0" [dependencies.percent-encoding] version = "2.1.0" [dependencies.pin-project] version = "1.0.2" [dependencies.rand] version = "0.8.5" [dependencies.rustls] version = "0.23" features = [] optional = true [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 = "1.0.4" [dependencies.tokio] version = "1.0" features = [ "io-util", "fs", "net", "time", "rt", ] [dependencies.tokio-native-tls] version = "0.3.0" optional = true [dependencies.tokio-rustls] version = "0.26" optional = true [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 = "1" [dependencies.url] version = "2.1" [dependencies.webpki] version = ">=0.22.1" features = ["std"] optional = true [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" [features] bigdecimal = ["mysql_common/bigdecimal"] binlog = ["mysql_common/binlog"] chrono = ["mysql_common/chrono"] default = [ "flate2/zlib", "bigdecimal", "rust_decimal", "time", "frunk", "derive", "native-tls-tls", "binlog", ] default-rustls = [ "flate2/rust_backend", "bigdecimal", "rust_decimal", "time", "frunk", "derive", "rustls-tls", "binlog", ] 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 = [] rust_decimal = ["mysql_common/rust_decimal"] rustls-tls = [ "rustls", "tokio-rustls", "webpki", "webpki-roots", "rustls-pemfile", ] time = ["mysql_common/time"] tracing = ["dep:tracing"]