# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "bonjour-sys" version = "0.3.1" authors = ["Walker Crouse "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings for low-level Bonjour services (a.k.a. zeroconf)." homepage = "https://github.com/windy1/bonjour-sys" readme = "README.md" keywords = [ "bonjour", "zeroconf", "mdns", "avahi", "dnssd", ] categories = [ "api-bindings", "external-ffi-bindings", "network-programming", "os", "os::macos-apis", ] license-file = "LICENSE" repository = "https://github.com/windy1/bonjour-sys" [package.metadata.docs.rs] targets = ["aarch64-apple-darwin"] [lib] name = "bonjour_sys" path = "src/lib.rs" doctest = false [dependencies.libc] version = "0.2.77" [build-dependencies.bindgen] version = "0.68.1"