[package] name = "storefd-notify" version = "0.1.0" edition = "2021" license = "MIT" authors = ["Mathieu Trossevin "] repository = "https://gitea.evolix.org/mtrossevin/storefd/" description = "An implementation of the `NOTIFY_SOCKET` readiness protocol." rust-version = "1.74.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2.150" log = "0.4.20" rustix = { version = "0.38.26", features = ["net", "pipe", "event"] }