Cargo Features

warg-server has no features set by default.

[dependencies]
warg-server = { version = "0.6.0", features = ["debug", "postgres"] }
debug

Affects api::debug, datastore::DataStore.debug_list_package_names

postgres = chrono, diesel, diesel-async, diesel-derive-enum, diesel_json, diesel_migrations, serde_json

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.

diesel postgres?
diesel-async postgres?
diesel_json postgres?
diesel_migrations postgres?
diesel-derive-enum postgres?
serde_json postgres?
chrono postgres?