-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathCargo.toml
More file actions
22 lines (19 loc) · 598 Bytes
/
Cargo.toml
File metadata and controls
22 lines (19 loc) · 598 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
name = "mach2"
version = "0.6.0"
license = "BSD-2-Clause OR MIT OR Apache-2.0"
description = "A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX."
repository = "https://github.com/JohnTitor/mach2"
readme = "README.md"
keywords = ["kernel", "macos", "darwin"]
categories = ["api-bindings", "external-ffi-bindings", "no-std", "os"]
edition = "2024"
include = ["src/**/*", "LICENSE-*", "README.md"]
[features]
default = []
# Uses newer APIs
unstable = []
[workspace]
members = ["mach-test"]
[package.metadata.docs.rs]
default-target = "aarch64-apple-darwin"