Cargo Features

igd_async_std has no features set by default.

[dependencies]
igd_async_std = { version = "0.12.4", features = ["aio"] }
aio = async-std, bytes, futures, http, surf

Affects igd_async_std::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?
futures aio?
http aio?

Enables http ^0.2

async-std aio?
surf aio?