mach 0.2.2

A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "mach"
version = "0.2.2"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>", "David Cuddeback <david.cuddeback@gmail.com>"]
description = "A Rust interface to the user-space API of the Mach 3.0 kernel that underlies OSX."
readme = "README.md"
keywords = ["kernel", "macos", "darwin"]
categories = ["api-bindings", "external-ffi-bindings", "no-std", "os"]
license = "BSD-2-Clause"
repository = "https://github.com/fitzgen/mach"
[dependencies.libc]
version = "0.2"
default-features = false

[features]
default = ["use_std", "deprecated"]
deprecated = []
unstable = []
use_std = ["libc/use_std"]
[badges.is-it-maintained-issue-resolution]
repository = "fitzgen/mach"

[badges.is-it-maintained-open-issues]
repository = "fitzgen/mach"

[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "fitzgen/mach"