Cargo Features

rusty-postgres has no features set by default.

[dependencies]
rusty-postgres = { version = "0.1.19-beta", features = ["full", "count", "similar_search", "geography", "horizontal_split", "async", "async_ranked_search", "async_similar_search", "async_brin_index", "async_horizontal_split", "async_index", "async_full"] }
full = brin_index, count, full_search, geography, horizontal_split, partition, ranked_search, similar_search
full_search ranked_search count full?
geography full?

Affects types::Geography, types::POINT, types::POLYGON, types::Epsg4326, types::Epsg3857, types::point_epsg_4326, types::point_epsg_3857

brin_index partition horizontal_split full?
async async_brin_index? async_count? async_full_search? async_geography? async_horizontal_split? async_index? async_partition? async_ranked_search? async_similar_search? = tokio, tokio-postgres

Affects rusty-postgres::TokioClient

async_geography async_brin_index async_full? = async
async_partition async_horizontal_split async_full? = async
async_index = async
async_full = async_brin_index, async_count, async_full_search, async_geography, async_horizontal_split, async_partition, async_ranked_search, async_similar_search

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.

tokio-postgres async?
tokio async?