Cargo Features

[dependencies]
tramex = { version = "1.0.0", default-features = false, features = ["debug", "types_lte_3gpp", "websocket", "tokio"] }
default = websocket

The websocket feature is set by default whenever tramex is added without default-features = false somewhere in the dependency tree.

debug

Enables debug of tramex-tools

types_lte_3gpp

Enables asn1-codecs ^0.6.1 and types_lte_3gpp

Affects utils::hexe_decoding

websocket default

Enables websocket of tramex-tools

Affects handlers::handler_ws

tokio

Test the tokio backend:

Enables tokio, tokio of tramex-tools