Cargo Features

[dependencies]
mobc-arangors = { version = "0.2.2", default-features = false, features = ["reqwest", "surf"] }
default = reqwest

The reqwest feature is set by default whenever mobc-arangors is added without default-features = false somewhere in the dependency tree.

reqwest default

Enables reqwest_async and rocksdb of arangors

surf

Enables rocksdb and surf_async of arangors

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.

arangors reqwest surf?