Cargo Features

thoth-api has no features set by default.

[dependencies]
thoth-api = { version = "0.2.1", features = ["backend"] }
backend = actix-web, diesel, diesel-derive-enum, diesel_migrations, futures

Affects account::handler, account::service, account::util, thoth-api::db, thoth-api::graphql

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.

actix-web backend?

Enables actix-web ^3.0.0

diesel backend?

Enables diesel ^1.4.0

diesel-derive-enum backend?

Enables diesel-derive-enum ^1.1.0

diesel_migrations backend?

Enables diesel_migrations ^1.4.0

futures backend?