Cargo Features

[dependencies]
deque-loader = { version = "0.1.0-beta.3", default-features = false, features = ["graphql", "diesel-loader", "tracing", "mysql", "postgres", "sqlite"] }
default = diesel-loader, graphql

These default features are set whenever deque-loader is added without default-features = false somewhere in the dependency tree.

graphql default = async-graphql

Affects deque-loader::graphql

diesel-loader default = diesel, diesel-connection

Affects deque-loader::diesel

tracing

Enables tracing of diesel-connection ^1.0.5

mysql

Enables mysql of diesel-connection ^1.0.5

postgres

Enables postgres of diesel-connection ^1.0.5

sqlite

Enables sqlite of diesel-connection ^1.0.5

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.

async-graphql graphql

Enables async-graphql ^2.9

diesel diesel-loader

Enables diesel ^1.4.7

diesel-connection diesel-loader mysql? postgres? sqlite? tracing?

Enables diesel-connection ^1.0.5