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 wheneverkitsune2_transport_tx5
is added without
somewhere in the dependency tree.default-features = false - datachannel-vendored default
-
Enables datachannel-vendored of tx5
tx5:
vendor the datachannel library
- schema
-
Enables schema of tx5 and schemars
Feature: schema