# 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" name = "mach-sys" version = "0.5.4" authors = [ "Nick Fitzgerald ", "David Cuddeback ", "Gonzalo Brito Gadeschi ", "Yuki Okushi ", "kekeimiku ", "Delta4 ", ] 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." readme = "README.md" keywords = [ "kernel", "macos", "darwin", "mach", "bindings", ] categories = [ "api-bindings", "external-ffi-bindings", "no-std", "os", ] license = "GPL-3.0 OR Apache-2.0" repository = "https://github.com/delta4chat/mach" [package.metadata.docs.rs] default-target = "x86_64-apple-darwin" features = [ "alloc", "unstable", ] no-default-features = true targets = [ "aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-tvos", "arm64_32-apple-watchos", "armv7k-apple-watchos", "i386-apple-ios", "i686-apple-darwin", "x86_64-apple-darwin", "x86_64-apple-ios", "x86_64-apple-tvos", ] [dependencies.generic_once_cell] version = "0.1.1" optional = true [dependencies.mcslock] version = "0.1.1" features = ["lock_api"] optional = true default-features = false [dependencies.once_cell] version = "1.19.0" features = [ "portable-atomic", "race", "parking_lot", ] optional = true [dependencies.parking_lot] version = "0.12.1" features = ["deadlock_detection"] optional = true [dev-dependencies.fastrand] version = "2.0.0" [build-dependencies.fastrand] version = "2.0.0" [features] alloc = [] default = [] std = [ "dep:parking_lot", "dep:once_cell", ] unstable = [ "dep:mcslock", "dep:generic_once_cell", ] [badges.maintenance] status = "passively-maintained"