[package] name = "psocket" version = "0.1.5" authors = ["tickbh "] description = "the socket for Rust" license = "Apache-2.0/MIT" documentation = "https://docs.rs/psocket" repository = "https://github.com/tickbh/psocket-rs" readme = "README.md" keywords = ["socket", "TcpStream", "TcpSocket", "UdpSocket"] [dependencies] libc = "0.2"