# 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 = "2018" name = "mysql_async_wasi" version = "0.33.0" authors = [ "blackbeam ", "Tricster ", ] exclude = ["test/*"] description = "Tokio based asynchronous MySql client library." documentation = "https://docs.rs/mysql_async" readme = "README.md" keywords = [ "mysql", "database", "asynchronous", "async", "wasi", ] categories = [ "asynchronous", "database", ] license = "MIT/Apache-2.0" repository = "https://github.com/WasmEdge/mysql_async_wasi" [profile.bench] debug = 2 [lib] name = "mysql_async" path = "src/lib.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.lazy_static] version = "1" [dependencies.lru] version = "0.12.0" [dependencies.mysql_common] version = "0.31" default-features = false [dependencies.once_cell] version = "1.7.2" [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.21.0" features = ["dangerous_configuration"] optional = true [dependencies.rustls-pemfile] version = "1.0.1" optional = true [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1.0.4" [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.25.0" optional = true [features] binlog = ["mysql_common/binlog"] common = [ "mysql_common/bigdecimal", "mysql_common/rust_decimal", "mysql_common/time", "mysql_common/frunk", ] default = [ "flate2/zlib", "common", "derive", "binlog", ] default-rustls = [ "flate2/rust_backend", "common", "derive", "rustls-tls", "binlog", ] derive = ["mysql_common/derive"] minimal = ["flate2/zlib"] native-tls-tls = [ "native-tls", "tokio-native-tls", ] nightly = [] rustls-tls = [ "rustls", "tokio-rustls", "tokio-rustls-wasi", "webpki", "webpki-roots", "rustls-pemfile", ] tracing = ["dep:tracing"] wasmedge-tls = ["wasmedge_rustls_api"] [target."cfg(not(target_os=\"wasi\"))".dependencies.native-tls] version = "0.2" optional = true [target."cfg(not(target_os=\"wasi\"))".dependencies.socket2] version = "0.5.2" [target."cfg(not(target_os=\"wasi\"))".dependencies.tokio] version = "1.0" features = [ "io-util", "fs", "net", "time", "rt", ] [target."cfg(not(target_os=\"wasi\"))".dependencies.tokio-native-tls] version = "0.3.0" optional = true [target."cfg(not(target_os=\"wasi\"))".dependencies.tokio-rustls] version = "0.24.0" optional = true [target."cfg(not(target_os=\"wasi\"))".dependencies.tokio-util] version = "0.7.2" features = [ "codec", "io", ] [target."cfg(not(target_os=\"wasi\"))".dev-dependencies.socket2] version = "0.5.2" features = ["all"] [target."cfg(not(target_os=\"wasi\"))".dev-dependencies.tempfile] version = "3.1.0" [target."cfg(not(target_os=\"wasi\"))".dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt", "rt-multi-thread", ] [target."cfg(target_os=\"wasi\")".dependencies.tokio-rustls-wasi] version = "0.24" optional = true [target."cfg(target_os=\"wasi\")".dependencies.tokio-util_wasi] version = "0.7.2" features = [ "codec", "io", ] [target."cfg(target_os=\"wasi\")".dependencies.tokio_wasi] version = "1" features = [ "io-util", "fs", "net", "time", "rt", "macros", "sync", ] [target."cfg(target_os=\"wasi\")".dependencies.wasmedge_rustls_api] version = "0.1.0" features = ["tokio_async"] optional = true [target."cfg(target_os=\"wasi\")".dependencies.wasmedge_wasi_socket] version = "0.5" [target."cfg(target_os=\"wasi\")".dev-dependencies.tempfile] version = "3.1.0" [target."cfg(target_os=\"wasi\")".dev-dependencies.tokio_wasi] version = "1" features = [ "io-util", "fs", "net", "time", "rt", "macros", ] [target."cfg(target_os=\"wasi\")".dev-dependencies.wasmedge_wasi_socket] version = "0.5"