# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "tramex-tools" version = "0.1.0" authors = [ "n4n5 ", "Sacha Di Costanzo ", "katheleligaf", "comeyrd ", ] description = "Tramex utilities" homepage = "https://tramex.github.io/tramex" readme = "README.md" keywords = [ "frame", "4G", "LTE", ] categories = [ "visualization", "network-programming", ] license = "GPL-3.0" repository = "https://github.com/tramex/tramex" [dependencies.chrono] version = "0.4.38" [dependencies.ewebsock] version = "0.5.0" features = ["tls"] optional = true [dependencies.log] version = "0.4.20" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [features] debug = [] tokio = ["ewebsock/tokio"] websocket = ["dep:ewebsock"]