Cargo Features

[dependencies]
async-icmp = { version = "0.2.0", default-features = false, features = ["rand"] }
rand default

Enable random generation of EchoId

Enables rand

default = rand

The rand feature is set by default whenever async-icmp is added without default-features = false somewhere in the dependency tree.