[package] name = "avahi-sys" version = "0.10.1" authors = [ "Peter Marheine ", "Walker Crouse ", ] edition = "2018" description = "Bindings to Avahi, a library for zero-configuration networking." readme = "README.md" homepage = "https://github.com/windy1/avahi-sys" repository = "https://github.com/windy1/avahi-sys" license-file = "LICENSE" keywords = ["avahi", "zeroconf", "mdns", "bonjour", "dnssd"] categories = [ "api-bindings", "external-ffi-bindings", "network-programming", "os", "os::linux-apis", ] build = "build.rs" [build-dependencies] bindgen = "0.69.2" [dependencies] libc = "0.2.77"