[package] name = "rust_sfp" version = "0.5.0" authors = ["XenoCorn"] description = "Rust implementation of SFP over TCP and unix domain sockets" repository = "https://github.com/xenocorn/rust_sfp" categories = ["network-programming"] keywords = ["tcp", "unix", "socket"] readme = "README.md" license = "BSD-3-Clause-Clear" edition = "2018" [dependencies] unisocket = "1.0.0"