[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"