Cargo Features

[dependencies]
mysql_async_wasi = { version = "0.33.0", default-features = false, features = ["default-rustls", "common", "minimal", "wasmedge-tls", "native-tls-tls", "rustls-tls", "tracing", "derive", "nightly", "binlog"] }
default = binlog, common, derive

These default features are set whenever mysql_async_wasi is added without default-features = false somewhere in the dependency tree.

Enables zlib of flate2

default-rustls = binlog, common, derive, rustls-tls

Enables rust_backend of flate2

common default default-rustls?

Enables bigdecimal, frunk, rust_decimal and time of mysql_common ^0.31

minimal

Enables zlib of flate2

wasmedge-tls = wasmedge_rustls_api
native-tls-tls = native-tls, tokio-native-tls
rustls-tls default-rustls? = rustls, rustls-pemfile, tokio-rustls, tokio-rustls-wasi, webpki, webpki-roots
tracing

Enables tracing

derive default default-rustls?

Enables derive of mysql_common ^0.31

nightly
binlog default default-rustls?

Enables binlog of mysql_common ^0.31

Affects conn::binlog_stream, mysql_async_wasi::binlog

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

native-tls not wasi native-tls-tls?
rustls rustls-tls?

Enables rustls ^0.21.0

rustls-pemfile rustls-tls?

Enables rustls-pemfile ^1.0.1

tokio-native-tls not wasi native-tls-tls?
tokio-rustls not wasi rustls-tls?

Enables tokio-rustls ^0.24.0

tokio-rustls-wasi wasi rustls-tls?
wasmedge_rustls_api wasi wasmedge-tls?
webpki rustls-tls?
webpki-roots rustls-tls?

Enables webpki-roots ^0.25.0