[package] name = "sendfd-new" version = "0.4.0" authors = [ "Simonas Kazlauskas ", "Bernardo Meurer ", "Léo Gaspard " ] edition = "2018" description = "Send file descriptors along with data over UNIX domain sockets" keywords = ["ipc"] license = "Apache-2.0 OR BSD-3-Clause" repository = "https://github.com/Standard-Cognition/sendfd" documentation = "https://docs.rs/sendfd" [dependencies] libc = "0.2"