[package] name = "tcp-wrapper-net" version = "0.1.111" edition = "2021" description = "Tcp struct wrapper to working easily with Tcp sockets" license = "MIT" authors = ["Alexander "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.28.1", features = ["full"] }