Cargo Features

Minimo has no features set by default.

[dependencies]
minimo = { version = "0.5.42", features = ["async", "value"] }
async = futures, tokio

Affects ask::async_impl

value = serde, serde_json

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_json value?
serde value?
futures async?
tokio async?