Cargo Features
[dependencies]
scylladb = { version = "0.1.14", default-features = false, features = ["app"] }
- default = app
-
The
app
feature is set by default wheneverscylladb
is added without
somewhere in the dependency tree.default-features = false - 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.