[badges.maintenance]
status = "passively-maintained"
[dev-dependencies.fastrand]
version = "2.0.0"
[features]
alloc = []
default = []
unstable = []
[package]
authors = ["Nick Fitzgerald <fitzgen@gmail.com>", "David Cuddeback <david.cuddeback@gmail.com>", "Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>", "Yuki Okushi <jtitor@skiff.com>", "kekeimiku <kekelanact@gmail.com>", "Delta4 <delta4chat@gmx.com>"]
categories = ["ffi", "api-bindings", "external-ffi-bindings", "no-std", "os"]
description = "forked from original mach, and merge from mach2/machx. A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX."
edition = "2021"
keywords = ["kernel", "macos", "darwin", "mach", "bindings"]
license = "BSD-2-Clause OR MIT OR Apache-2.0"
name = "mach-sys"
readme = "README.md"
repository = "https://github.com/delta4chat/mach"
version = "0.5.0"
[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"