Cargo Features
[dependencies]
mobc-arangors = { version = "0.2.2", default-features = false, features = ["reqwest", "surf"] }
- default = reqwest
-
The
reqwest
feature is set by default whenevermobc-arangors
is added without
somewhere in the dependency tree.default-features = false - 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.