Cargo Features

[dependencies]
impedance = { version = "0.3.0", default-features = false, features = ["async-std-experimental", "rayon", "thiserror", "tokio"] }
default = tokio

The tokio feature is set by default whenever impedance is added without default-features = false somewhere in the dependency tree.

async-std-experimental = async-std, futures

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 async-std-experimental?
futures async-std-experimental?
rayon implicit feature

Enables rayon

rayon:

Simple work-stealing parallelism for Rust

Affects impedance::rayon

thiserror implicit feature

Enables thiserror

thiserror:

derive(Error)

tokio default

Affects impedance::rayon