| 1 | [package] |
| 2 | name = "linux-raw-sys" |
| 3 | version = "0.9.4" |
| 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 = "2021" |
| 10 | keywords = ["linux" , "uapi" , "ffi" ] |
| 11 | categories = ["external-ffi-bindings" ] |
| 12 | exclude = ["/gen" , "/.*" ] |
| 13 | rust-version = "1.63" |
| 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" , "bootparam" , "btrfs" , "elf_uapi" , "image" , "ioctl" , "landlock" , "netlink" , "io_uring" , "if_arp" , "if_ether" , "if_packet" , "net" , "ptrace" , "prctl" , "elf" , "xdp" , "mempolicy" , "system" , "loop_device" ] |
| 25 | targets = ["x86_64-unknown-linux-gnu" , "i686-unknown-linux-gnu" ] |
| 26 | |
| 27 | [lints.rust.unexpected_cfgs] |
| 28 | level = "warn" |
| 29 | check-cfg = [ |
| 30 | 'cfg(target_arch, values("xtensa"))' , |
| 31 | ] |
| 32 | |
| 33 | # The rest of this file is auto-generated! |
| 34 | [features] |
| 35 | bootparam = [] |
| 36 | btrfs = [] |
| 37 | elf_uapi = [] |
| 38 | errno = [] |
| 39 | general = [] |
| 40 | if_arp = [] |
| 41 | if_ether = [] |
| 42 | if_packet = [] |
| 43 | image = [] |
| 44 | io_uring = [] |
| 45 | ioctl = [] |
| 46 | landlock = [] |
| 47 | loop_device = [] |
| 48 | mempolicy = [] |
| 49 | net = [] |
| 50 | netlink = [] |
| 51 | prctl = [] |
| 52 | ptrace = [] |
| 53 | system = [] |
| 54 | xdp = [] |
| 55 | default = ["std" , "general" , "errno" ] |
| 56 | std = [] |
| 57 | no_std = [] |
| 58 | elf = [] |
| 59 | rustc-dep-of-std = ["core" , "compiler_builtins" , "no_std" ] |
| 60 | |