Cargo Features

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

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

datachannel-vendored default

Enables datachannel-vendored of kitsune2_transport_tx5

schema

Enables schema of kitsune2_core, kitsune2_gossip, and kitsune2_transport_tx5 and schemars and serde_json

schemars:

Feature: schema