Cargo Features
Tappers has no features set by default.
[dependencies]
tappers = { version = "0.4.2", features = ["wintun", "tapwin6", "wintun-runtime", "tapwin6-runtime", "async-std", "mio", "smol", "tokio"] }
- wintun wintun-runtime?
-
Enables loading of Wintun (default is load-time unless
wintun-runtime
is specified)Affects
tappers::wintun
… - tapwin6 tapwin6-runtime?
-
Enables loading of tap-windows6 (default is load-time unless
tapwin6-runtime
is specified) - wintun-runtime = wintun
-
Enables fallible run-time loading of Wintun (default is load-time)
- tapwin6-runtime = tapwin6
-
Enables fallible run-time loading of tap-windows6 (default is load-time)
- async-std
-
Enables async-io and async-std
Affects
tappers::async_std
… - mio
-
Enables mio ^0.8.11
Affects
tappers::mio
… - smol
-
Affects
tappers::smol
… - tokio
-
Enables tokio
Affects
tappers::tokio
…