Cargo Features
[dependencies]
pg_sgr_from_row = { version = "0.1.0", default-features = false, features = ["sync", "tokio"] }
- default = sync
-
The
sync
feature is set by default wheneverpg_sgr_from_row
is added without
somewhere in the dependency tree.default-features = false - sync default
- tokio
pg_sgr_from_row has 3 features without comments.