Cargo Features

[dependencies]
aragog = { version = "0.17.1", default-features = false, features = ["openssl", "rustls", "blocking", "entreprise", "derive", "minimal_traits"] }
default = derive, openssl

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

openssl default

Enables openssl of arangors_lite

rustls

Enables rustls of arangors_lite

blocking

Enables is_sync of maybe-async

Self depedencies

and blocking of aragog-macros and arangors_lite

aragog-macros:

Optional crates
The aragog derive macros

Affects foreign_link::ForeignLink.linked_model, link::Link.linked_models

entreprise

Enables enterprise of arangors_lite

derive default = aragog-macros
minimal_traits

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.

aragog-macros blocking? derive