bonjour-sys 0.2.2

Bindings for low-level Bonjour services (a.k.a. zeroconf).
Documentation
[package]
name = "bonjour-sys"
version = "0.2.2"
authors = ["Walker Crouse <walkercrouse@hotmail.com>"]
edition = "2018"
description = "Bindings for low-level Bonjour services (a.k.a. zeroconf)."
readme = "README.md"
homepage = "https://github.com/windy1/bonjour-sys"
repository = "https://github.com/windy1/bonjour-sys"
license-file = "LICENSE"
keywords = ["bonjour", "zeroconf", "mdns", "avahi", "dnssd"]
categories = [
    "api-bindings",
    "external-ffi-bindings",
    "network-programming",
    "os",
    "os::macos-apis",
]
build = "build.rs"

[build-dependencies]
bindgen = "0.68.1"

[dependencies]
libc = "0.2.77"

[package.metadata.docs.rs]
targets = ["aarch64-apple-darwin"]