Files
third_party_rust_linux-raw-sys/Cargo.toml
T

39 lines
1022 B
TOML

[package]
name = "linux-raw-sys"
version = "0.0.35-alpha.0"
authors = ["Dan Gohman <dev@sunfishcode.online>"]
description = "Generated bindings for Linux's userspace API"
documentation = "https://docs.rs/linux-raw-sys"
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
repository = "https://github.com/sunfishcode/linux-raw-sys"
edition = "2021"
keywords = ["linux", "uapi", "ffi"]
categories = ["external-ffi-bindings"]
exclude = ["gen"]
[dependencies]
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }
compiler_builtins = { version = '0.1.49', optional = true }
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"]
# The rest of this file is auto-generated!
[features]
v2_6_32 = []
errno = []
general = []
netlink = []
v3_2 = []
v3_10 = []
v4_2 = []
v4_4 = []
v4_20 = []
v5_4 = []
v5_11 = []
default = ["std", "general", "errno"]
std = []
no_std = []
rustc-dep-of-std = ["core", "compiler_builtins", "no_std"]