Cargo Features

[dependencies]
sia = { version = "0.0.4", default-features = false, features = ["rt-tokio", "rt-async-std"] }
default = rt-async-std

The rt-async-std feature is set by default whenever sia is added without default-features = false somewhere in the dependency tree.

rt-tokio = tokio

Affects runtime::block_on

rt-async-std default = async-std

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 rt-async-std

Enables async-std

runtime
stable api

tokio rt-tokio?

Enables tokio

stable api