networkframework 0.12.1

Safe Rust bindings for Apple's Network.framework — modern, post-CFNetwork TCP / UDP / TLS / Bonjour networking on macOS
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "apple-cf"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d317f76f208d459dbc68d7c1d2a81ae4bb1ac9ddc67d3fef2d8b547cd4a0208"
dependencies = [
 "doom-fish-utils",
]

[[package]]
name = "doom-fish-utils"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79b45884dde8ba9ffd019fe3264bb9a22e3ee87803838cab979252632a1f77a7"

[[package]]
name = "networkframework"
version = "0.12.1"
dependencies = [
 "apple-cf",
 "doom-fish-utils",
 "pollster",
]

[[package]]
name = "pollster"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2"