# 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 = "linux-syscall"
version = "1.1.0"
authors = ["John Millikin <john@john-millikin.com>"]
build = false
include = [
    "/LICENSE.txt",
    "/linux-syscall/linux-syscall.rs",
    "/linux-syscall/arch/**/*.rs",
]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Linux syscall macros"
readme = "README.md"
categories = [
    "no-std",
    "os::linux-apis",
]
license = "0BSD"
repository = "https://github.com/jmillikin/rust-linux-syscall"

[lib]
name = "linux_syscall"
path = "linux-syscall/linux-syscall.rs"

[dependencies.linux-errno]
version = "1.0.1"