Cargo Features
tide-sqlx has no features set by default.
[dependencies]
tide-sqlx = { version = "0.6.1", features = ["tracing", "test", "docs", "any", "postgres", "native-tls", "rustls"] }
- tracing test? = tracing-futures, tracing_crate
- test = postgres, rustls, tracing
- docs = postgres, rustls
- any
-
database
- postgres docs? test?
-
Affects
tide-sqlx::postgres
,postgres::PostgresRequestExt
… - native-tls
-
tls implementation
Enables runtime-async-std-native-tls of sqlx ^0.5
- rustls docs? test?
-
Enables runtime-async-std-rustls of sqlx ^0.5
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.
- tracing-futures tracing?
- tracing_crate tracing?
-
Enables tracing