Features from optional dependencies
- tokio implicit feature
-
Enables tokio
Note that we have these as optional dependencies to implement asynchronous unix stream interfaces
Affects
socket_shims::TokioUSocks
,socket_shims::DefaultUnixSocks
,timefut::tokio_sleep
,timefut::sleep
… - async-std implicit feature
-
Enables async-std
async-std:
Async version of the Rust standard library
Affects
socket_shims::AsyncStdUSocks
,socket_shims::DefaultUnixSocks
,timefut::async_std_sleep
,timefut::sleep
…