cargo : linux-raw-sys @ 0.12.1
Cargo.toml
124 lines · toml
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO## When uploading crates to the registry Cargo will automatically# "normalize" Cargo.toml files for maximal compatibility# with all versions of Cargo and also rewrite `path` dependencies# to registry (e.g., crates.io) dependencies.## If you are reading this file be aware that the original Cargo.toml# will likely look very different (and much more reasonable).# See Cargo.toml.orig for the original contents.[package]edition = "2021"rust-version = "1.63"name = "linux-raw-sys"version = "0.12.1"authors = ["Dan Gohman <dev@sunfishcode.online>"]build = falseexclude = [ "/gen", "/.*",]autolib = falseautobins = falseautoexamples = falseautotests = falseautobenches = falsedescription = "Generated bindings for Linux's userspace API"documentation = "https://docs.rs/linux-raw-sys"readme = "README.md"keywords = [ "linux", "uapi", "ffi",]categories = ["external-ffi-bindings"]license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"repository = "https://github.com/sunfishcode/linux-raw-sys"[package.metadata.docs.rs]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",]targets = [ "x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu",][features]auxvec = []bootparam = []btrfs = []default = [ "std", "general", "errno",]elf = []elf_uapi = []errno = []general = []if_arp = []if_ether = []if_packet = []if_tun = []image = []io_uring = []ioctl = []landlock = []loop_device = []mempolicy = []net = []netlink = []no_std = []prctl = []ptrace = []rustc-dep-of-std = [ "core", "no_std",]std = []system = []vm_sockets = []xdp = [][lib]name = "linux_raw_sys"path = "src/lib.rs"[dependencies.core]version = "1.0.0"optional = truepackage = "rustc-std-workspace-core"[dev-dependencies.libc]version = "0.2.100"[dev-dependencies.static_assertions]version = "1.1.0"[lints.rust.unexpected_cfgs]level = "warn"priority = 0check-cfg = ['cfg(target_arch, values("xtensa"))']