Cargo Features

Salvia has no features set by default.

[dependencies]
salvia = { version = "0.1.0", features = ["nightly", "async-trait", "tracing"] }
nightly

Features from optional dependencies

async-trait implicit feature

Enables async-trait

async-trait:

Type erasure for async trait methods

Affects input::InputAccess

tracing implicit feature

Enables tracing

tracing:

Application-level tracing for Rust

Affects salvia::Stashable, tracing::record_in_span