Cargo Features

perseverance has no features set by default.

[dependencies]
perseverance = { version = "0.1.3", features = ["types", "async"] }
types = json, serde, serde_json

Affects perseverance::types

async = async-trait

Affects perseverance::PersistAsync

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.

serde types?
json types?
serde_json types?
async-trait async?