Cargo Features

[dependencies]
async-log-watch = { version = "0.2.0", default-features = false, features = ["tokio1", "tokio02", "tokio03", "async_std_default", "async_std_tokio1", "async_std_tokio2", "async_std_tokio3"] }
default = async_std_default

The async_std_default feature is set by default whenever async-log-watch is added without default-features = false somewhere in the dependency tree.

tokio1 = async_std_tokio1
tokio02 = async_std_tokio2
tokio03 = async_std_tokio3
async_std_default default

Enables attributes of async-std

async_std_tokio1 tokio1?

Enables attributes and tokio1 of async-std

async_std_tokio2 tokio02?

Enables attributes and tokio02 of async-std

async_std_tokio3 tokio03?

Enables attributes and tokio03 of 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 async_std_default async_std_tokio1? async_std_tokio2? async_std_tokio3?