[package] name = "jt1078" version = "0.1.0" edition = "2021" license = "MIT OR Apache-2.0" description = "jt1078协议库实现" keywords = [ "jt", "jtt", "808", "1078", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] jt_util = "0.1" jt808 = "0.1" bytes = "1" tokio-util = { version = "0.7", features = ["codec", "compat"] } chrono = "0.4" lazy_static = "1"