Cargo Features
[dependencies]
diesel_full_text_search = { version = "2.2.0", default-features = false, features = ["with-diesel-postgres"] }
- default = with-diesel-postgres
-
The
with-diesel-postgres
feature is set by default wheneverdiesel_full_text_search
is added without
somewhere in the dependency tree.default-features = false - with-diesel-postgres default
diesel_full_text_search has 2 features without comments.