Cargo Features

[dependencies]
kitsune2_transport_tx5 = { version = "0.2.2", default-features = false, features = ["datachannel-vendored", "schema"] }
default = datachannel-vendored

The datachannel-vendored feature is set by default whenever kitsune2_transport_tx5 is added without default-features = false somewhere in the dependency tree.

datachannel-vendored default

Enables datachannel-vendored of tx5

tx5:

vendor the datachannel library

schema

Enables schema of tx5 and schemars

Feature: schema