# 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" name = "linux-rust-bindings" version = "0.1.3" description = "Rust structs for Linux kernel structures" homepage = "https://github.com/MarcusGrass/linux-rust-bindings" documentation = "https://docs.rs/linux-rust-bindings" readme = "Readme.md" keywords = [ "ffi", "bindings", "operating", "system", "linux", ] categories = [ "external-ffi-bindings", "no-std", "os", ] license = "MPL-2.0" repository = "https://github.com/MarcusGrass/linux-rust-bindings" [dependencies] [features] all = [ "auxvec", "elf", "errno", "epoll", "fcntl", "fs", "futex", "hidio", "ioctl", "io_uring", "mman", "mount", "poll", "sched", "signal", "socket", "stat", "termios", "time", "types", "uio", "usb", "utsname", "wait", ] auxvec = [] default = ["all"] elf = [] epoll = [] errno = [] fcntl = [] fs = [] futex = [] hidio = [] io_uring = [] ioctl = [] mman = [] mount = [] poll = [] sched = [] signal = [] socket = [] stat = [] termios = [] time = [] types = [] uio = [] usb = [] utsname = [] wait = []