Cargo Features

RTP-MIDI has no features set by default.

[dependencies]
rtpmidi = { version = "0.2.1", features = ["mdns", "examples"] }
default examples?

These default features are set whenever rtpmidi is added without default-features = false somewhere in the dependency tree.

Enables macros, net, rt, sync and time of tokio

mdns = hostname, local-ip-address, mdns-sd
examples = colog, default

Enables rt-multi-thread of tokio

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.

mdns-sd mdns?
hostname mdns?
local-ip-address mdns?
colog examples?