Cargo Features

proxie has no features set by default.

[dependencies]
proxie = { version = "0.1.1", features = ["enable_sync", "enable_tokio", "enable_async_std"] }
enable_sync

Affects proxie::sync

enable_tokio = async-trait, tokio

Affects proxie::tokio

enable_async_std = async-std, futures

Affects proxie::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.

futures enable_async_std?
async-trait enable_tokio?
async-std enable_async_std?
tokio enable_tokio?