Cargo Features

[dependencies]
scylla-rs = { version = "0.1.6", default-features = false, features = ["app"] }
default = app

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

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

Affects scylla-rs::app, scylla-rs::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.

backstage app

Enables backstage

App

async-trait app
serde app
serde_json app
tokio-tungstenite app

Enables tokio-tungstenite ^0.14

futures app
futures-util app
rand app
url app
num_cpus app
dyn-clone app