Cargo Features

[dependencies]
phalanx-crypto = { version = "0.1.0", default-features = false, features = ["std", "serde", "async"] }
default = async, serde, std

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

std default
serde default

Enables serde and serde_json

serde:

Serialization (optional)

async default = async-trait, tokio, tracing

Affects async_group::AsyncPhalanxGroup, phalanx-crypto::async_group

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.

tokio async

Enables tokio

Async support (optional)

async-trait async
tracing async