Cargo Features

igd-next has no features set by default.

[dependencies]
igd-next = { version = "0.14.3", features = ["aio_tokio", "aio_async_std"] }
aio_tokio = async-trait, bytes, futures, http, hyper, tokio

Affects aio::tokio, soap::send_async, igd-next::aio

aio_async_std = async-std, async-trait, bytes, futures, http

Enables h1-client-rustls of surf

Affects aio::async_std, soap::send_async, igd-next::aio

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.

bytes aio_async_std? aio_tokio?
futures aio_async_std? aio_tokio?
http aio_async_std? aio_tokio?

Enables http ^0.2

tokio aio_tokio?
async-std aio_async_std?
surf aio_async_std?
async-trait aio_async_std? aio_tokio?
hyper aio_tokio?

Enables hyper ^0.14