bnd-linux 0.0.6

Rust FFI bindings for POSIX and Linux system APIs generated as WinMD metadata
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 = "2024"
name = "bnd-linux"
version = "0.0.6"
authors = ["youyuanwu@outlook.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust FFI bindings for POSIX and Linux system APIs generated as WinMD metadata"
readme = "README.md"
license = "MIT"
repository = "https://github.com/youyuanwu/bnd"
resolver = "2"

[features]
Foundation = []
linux = ["Foundation"]
linux_epoll = ["linux"]
linux_eventfd = ["linux"]
linux_inotify = ["linux"]
linux_mount = ["linux"]
linux_sendfile = ["linux"]
linux_signalfd = ["linux"]
linux_timerfd = ["linux"]
linux_types = ["linux"]
linux_xattr = ["linux"]
posix = ["Foundation"]
posix_dirent = ["posix"]
posix_dl = ["posix"]
posix_errno = ["posix"]
posix_fcntl = ["posix"]
posix_inet = ["posix"]
posix_mmap = ["posix"]
posix_netdb = ["posix"]
posix_pthread = ["posix"]
posix_sched = ["posix"]
posix_signal = ["posix"]
posix_socket = ["posix"]
posix_stat = ["posix"]
posix_stdio = ["posix"]
posix_time = ["posix"]
posix_types = ["posix"]
posix_unistd = ["posix"]

[lib]
name = "bnd_linux"
path = "src/lib.rs"

[dependencies.bnd-macros]
version = "0.0.6"