macstate-sys 0.0.8

Hand-written macOS FFI (CoreFoundation, IOKit, Network.framework) used by macstate
Documentation
# 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 = "2021"
rust-version = "1.77"
name = "macstate-sys"
version = "0.0.8"
authors = ["Dave Choi <helloworld4625@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hand-written macOS FFI (CoreFoundation, IOKit, Network.framework) used by macstate"
homepage = "https://github.com/DaveDev42/macstate"
documentation = "https://docs.rs/macstate-sys"
readme = "README.md"
keywords = [
    "macos",
    "ffi",
    "iokit",
    "corefoundation",
    "nwpath",
]
categories = [
    "os::macos-apis",
    "external-ffi-bindings",
]
license = "BSD-3-Clause"
repository = "https://github.com/DaveDev42/macstate"

[lib]
name = "macstate_sys"
path = "src/lib.rs"

[target.'cfg(target_os = "macos")'.dependencies.block2]
version = "0.6"

[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6"