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 whenevertramex
is added without
somewhere in the dependency tree.default-features = false - 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