Cargo Features
[dependencies]
channel-loader = { version = "0.1.0-beta.12", default-features = false, features = ["graphql", "diesel-loader", "tracing", "mysql", "postgres", "sqlite"] }
- default = diesel-loader, graphql
-
These default features are set whenever
channel-loader
is added without
somewhere in the dependency tree.default-features = false - graphql default = async-graphql
- diesel-loader default = diesel, diesel-connection
-
Affects
channel-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.4
- diesel diesel-loader
-
Enables diesel ^1.4.7
- diesel-connection diesel-loader mysql? postgres? sqlite? tracing?
-
Enables diesel-connection ^1.0.5