Cargo Features

Mach has no features set by default.

[dependencies]
mach = { version = "0.3.2", features = ["deprecated", "rustc-dep-of-std"] }
deprecated

Enables deprecated and removed APIs.

Affects vm_statistics::pmap_statistics_t, vm_statistics::pmap_statistics

rustc-dep-of-std = rustc-std-workspace-core

Enables rustc-dep-of-std of libc

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

rustc-std-workspace-core mac ios rustc-dep-of-std?