macos-errno 1.0.0

macOS error numbers
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 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 = "2018"
name = "macos-errno"
version = "1.0.0"
authors = ["John Millikin <john@john-millikin.com>"]
build = false
include = [
    "/LICENSE.txt",
    "/macos-errno/macos-errno.rs",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "macOS error numbers"
readme = "README.md"
categories = [
    "no-std",
    "os::macos-apis",
]
license = "0BSD"
repository = "https://github.com/jmillikin/rust-macos-errno"

[lib]
name = "macos_errno"
path = "macos-errno/macos-errno.rs"

[dependencies.posix-errno]
version = "1.0.1"
optional = true

[features]
default = ["posix-traits"]
posix-traits = ["dep:posix-errno"]