[package] name = "sockrs" version = "0.1.0" authors = ["The sock.rs project contributors"] edition = "2018" license = "BSD-3-Clause" readme = "README.md" description = "Yet another TCP/IP stack" keywords = ["socket", "rust"] categories = ["network-programming"] [lib] name = "sockrs" crate-type = ["lib", "cdylib"] [dependencies] libc = "0.2.48"