[package] authors = ["rise0chen "] description = "tcp/udp hub" documentation = "https://docs.rs/hub" edition = "2021" homepage = "https://gitee.com/riseExplore/hub.git" keywords = ["tcp", "udp"] license-file = "LICENSE" name = "hub" readme = "./README.md" repository = "https://gitee.com/riseExplore/hub.git" version = "0.1.0" [dependencies] async-trait = "0.1" async_ach-pubsub = "0.2.0" futures-util = "0.3" log = "0.4.14" serde = {version = "1", features = ["derive"]} serde_yaml = "0.9.13" simple_logger = "2.1" tokio = {version = "1.17", features = ["net", "io-util", "rt", "rt-multi-thread", "macros"]} tokio-serial = "5.4.1"