Cargo Features

[dependencies]
silence = { version = "0.1.1", default-features = false, features = ["all", "video", "voice", "client", "server", "udp"] }
default = udp, voice

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

all = client, server, udp, video, voice
video all?

Affects silence::packet

voice default all?

Affects silence::packet

client all?

Affects udp::client

server all?

Affects udp::server

udp default all?

Enables net of tokio

Affects silence::udp