Cargo Features

[dependencies]
mlmd = { version = "0.3.0", default-features = false, features = ["runtime-tokio-native-tls", "runtime-tokio-rustls", "runtime-actix-native-tls", "runtime-actix-rustls"] }
default = runtime-tokio-native-tls

The runtime-tokio-native-tls feature is set by default whenever mlmd is added without default-features = false somewhere in the dependency tree.

runtime-tokio-native-tls default

Enables runtime-tokio-native-tls of sqlx ^0.5

runtime-tokio-rustls

Enables runtime-tokio-rustls of sqlx ^0.5

runtime-actix-native-tls

Enables runtime-actix-native-tls of sqlx ^0.5

runtime-actix-rustls

Enables runtime-actix-rustls of sqlx ^0.5

mlmd has 5 features without comments.