Cargo Features

[dependencies]
scylladb = { version = "0.1.14", default-features = false, features = ["app"] }
default = app

The app feature is set by default whenever scylladb is added without default-features = false somewhere in the dependency tree.

app default = async-trait, dyn-clone, futures, futures-util, num_cpus, overclock, rand, serde, serde_json, url

Enables prefabs and tungstenite of overclock

App

Affects scylladb::app, scylladb::prelude

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.

overclock app
async-trait app
serde app
serde_json app
futures app
futures-util app
rand app
url app
num_cpus app
dyn-clone app