Cargo Features

[dependencies]
diesel_full_text_search = { version = "2.1.1", default-features = false, features = ["with-diesel-postgres"] }
default = with-diesel-postgres

The with-diesel-postgres feature is set by default whenever diesel_full_text_search is added without default-features = false somewhere in the dependency tree.

with-diesel-postgres default

Enables postgres of diesel

diesel_full_text_search has 2 features without comments.