[package] name = "hptp" description = "Head Pat Transport Protocol, Core Library" version = "0.1.0" authors = ["iitalics", "haskal"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = {version = "0.2.*", features = ["io-std", "io-util", "udp"]} thiserror = "*" chrono = "0.4.*" byteorder = "1.3.*" regex = "1.3.*" lazy_static = "1.4.*"