[package] name = "rust_unix_server" version = "0.1.0" edition = "2021" [dependencies] bytes = "1.0" nom = "7" tokio-util = { version = "0.6", features = ["codec"] } tokio-stream = { version = "0.1" } tokio = { version = "1", features = ["macros", "net", "rt-multi-thread"] }