mirror of
https://github.com/openharmony/third_party_rust_linux-raw-sys.git
synced 2026-07-19 21:24:35 -04:00
32 lines
775 B
TOML
32 lines
775 B
TOML
[package]
|
|
name = "linux-raw-sys"
|
|
version = "0.0.18-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 = "2018"
|
|
keywords = ["linux", "uapi", "ffi"]
|
|
categories = ["external-ffi-bindings"]
|
|
exclude = ["gen"]
|
|
|
|
[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 = []
|
|
netlink = []
|
|
general = []
|
|
v3_2 = []
|
|
v3_10 = []
|
|
v4_2 = []
|
|
v4_4 = []
|
|
v4_20 = []
|
|
v5_4 = []
|
|
v5_11 = []
|
|
default = ["general", "errno"]
|