]> git.proxmox.com Git - rustc.git/blob - vendor/linux-raw-sys-0.3.2/Cargo.toml
New upstream version 1.74.1+dfsg1
[rustc.git] / vendor / linux-raw-sys-0.3.2 / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
7 #
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
11
12 [package]
13 edition = "2018"
14 rust-version = "1.48"
15 name = "linux-raw-sys"
16 version = "0.3.2"
17 authors = ["Dan Gohman <dev@sunfishcode.online>"]
18 exclude = [
19 "/gen",
20 "/.*",
21 ]
22 description = "Generated bindings for Linux's userspace API"
23 documentation = "https://docs.rs/linux-raw-sys"
24 readme = "README.md"
25 keywords = [
26 "linux",
27 "uapi",
28 "ffi",
29 ]
30 categories = ["external-ffi-bindings"]
31 license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
32 repository = "https://github.com/sunfishcode/linux-raw-sys"
33
34 [package.metadata.docs.rs]
35 features = [
36 "default",
37 "ioctl",
38 "netlink",
39 ]
40 targets = [
41 "x86_64-unknown-linux-gnu",
42 "i686-unknown-linux-gnu",
43 ]
44
45 [dependencies.compiler_builtins]
46 version = "0.1.49"
47 optional = true
48
49 [dependencies.core]
50 version = "1.0.0"
51 optional = true
52 package = "rustc-std-workspace-core"
53
54 [dev-dependencies.libc]
55 version = "0.2.100"
56
57 [dev-dependencies.static_assertions]
58 version = "1.1.0"
59
60 [features]
61 default = [
62 "std",
63 "general",
64 "errno",
65 ]
66 errno = []
67 general = []
68 ioctl = []
69 netlink = []
70 no_std = []
71 rustc-dep-of-std = [
72 "core",
73 "compiler_builtins",
74 "no_std",
75 ]
76 std = []