Cargo Features
tun-rs has no features set by default.
[dependencies]
tun-rs = { version = "2.0.6", features = ["async", "async_io", "async_tokio", "async_std", "async_framed", "experimental"] }
- async = async_tokio
- async_io = async_std
- async_tokio async? = blocking, tokio
-
Affects
async_device::async_framed
… - async_std async_io? = async-io, blocking
-
Affects
async_device::async_framed
… - async_framed = futures, futures-core
-
Affects
async_device::async_framed
… - experimental
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.