Cargo Features

diesel-tracing has no features set by default.

[dependencies]
diesel-tracing = { version = "0.2.5", features = ["statement-fields", "mysql", "postgres", "sqlite", "r2d2"] }
statement-fields
mysql

Enables mysql of diesel

Affects diesel-tracing::mysql

postgres = ipnetwork

Enables network-address and postgres of diesel

Affects diesel-tracing::pg

sqlite

Enables sqlite of diesel

Affects diesel-tracing::sqlite

r2d2

Enables r2d2 of diesel

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.

ipnetwork postgres?