Cargo Features

[dependencies]
arangors = { version = "0.6.0", default-features = false, features = ["blocking", "reqwest_async", "reqwest_blocking", "surf_async", "cluster", "mmfiles", "rocksdb", "arango3_7"] }
default = reqwest_async, rocksdb

These default features are set whenever arangors is added without default-features = false somewhere in the dependency tree.

blocking reqwest_blocking?

Enables is_sync of maybe-async

reqwest_async default = reqwest

Affects connection::Connection

reqwest_blocking = blocking

Enables blocking of reqwest

Affects connection::Connection

surf_async = http-types, surf

Affects client::surf, connection::Connection

cluster

Affects options::CreateDatabaseOptions, options::ServerHealth, options::ClusterHealth

enterprise mmfiles
rocksdb default
arango3_7

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.

http-types surf_async?
surf surf_async?
reqwest reqwest_async reqwest_blocking?