Cargo Features

ncryptf-rs has no features set by default.

[dependencies]
ncryptf-rs = { version = "0.3.2", features = ["rocket", "client", "async-std"] }
rocket = anyhow

Enables async-trait, rocket, rocket_db_pools, and rocket_dyn_templates

Affects ncryptf-rs::rocket

client

Enables async-recursion and reqwest ^0.11

Affects ncryptf-rs::client

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.

async-std implicit feature

Enables async-std

async-std:

Async version of the Rust standard library

anyhow rocket?