Cargo Features

udp_pinger has no features set by default.

[dependencies]
udp_pinger = { version = "0.2.0", features = ["py", "alternate_port", "async"] }
py = pyo3

Affects udp_pinger::py

alternate_port
async = async-io, async-net, futures

Affects udp_pinger::AsyncPinger

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.

pyo3 py?

Enables pyo3 ^0.26.0

futures async?
async-net async?
async-io async?