1 | [package] |
2 | name = "linux-raw-sys" |
3 | version = "0.3.8" |
4 | authors = ["Dan Gohman <dev@sunfishcode.online>" ] |
5 | description = "Generated bindings for Linux's userspace API" |
6 | documentation = "https://docs.rs/linux-raw-sys" |
7 | license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" |
8 | repository = "https://github.com/sunfishcode/linux-raw-sys" |
9 | edition = "2018" |
10 | keywords = ["linux" , "uapi" , "ffi" ] |
11 | categories = ["external-ffi-bindings" ] |
12 | exclude = ["/gen" , "/.*" ] |
13 | rust-version = "1.48" |
14 | |
15 | [dependencies] |
16 | core = { version = "1.0.0" , optional = true, package = "rustc-std-workspace-core" } |
17 | compiler_builtins = { version = '0.1.49' , optional = true } |
18 | |
19 | [dev-dependencies] |
20 | static_assertions = "1.1.0" |
21 | libc = "0.2.100" |
22 | |
23 | [package.metadata.docs.rs] |
24 | features = ["default" , "ioctl" , "netlink" ] |
25 | targets = ["x86_64-unknown-linux-gnu" , "i686-unknown-linux-gnu" ] |
26 | |
27 | # The rest of this file is auto-generated! |
28 | [features] |
29 | errno = [] |
30 | general = [] |
31 | ioctl = [] |
32 | netlink = [] |
33 | default = ["std" , "general" , "errno" ] |
34 | std = [] |
35 | no_std = [] |
36 | rustc-dep-of-std = ["core" , "compiler_builtins" , "no_std" ] |
37 | |