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 whenever pg_sgr_from_row is added without default-features = false somewhere in the dependency tree.

sync default
tokio

pg_sgr_from_row has 3 features without comments.