Cargo Features

[dependencies]
jarust = { version = "1.1.0", default-features = false, features = ["audio-bridge-plugin", "echo-test-plugin", "streaming-plugin", "video-room-plugin", "use-native-tls", "use-rustls", "tokio-rt"] }
default = tokio-rt, use-native-tls

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

audio-bridge-plugin

Plugins

Enables audio-bridge of jarust_plugins

echo-test-plugin

Enables echo-test of jarust_plugins

streaming-plugin

Enables streaming of jarust_plugins

video-room-plugin

Enables video-room of jarust_plugins

use-native-tls default

Interface

Enables use-native-tls of jarust_core, jarust_interface, and jarust_plugins

use-rustls

Enables use-rustls of jarust_core, jarust_interface, and jarust_plugins

tokio-rt default

Runtime

Enables tokio-rt of jarust_core, jarust_interface, and jarust_plugins