# 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 = "2018" name = "linux-sed-opal-sys" version = "0.1.1" authors = ["Alexander Fuchs "] description = "FFI bindings to linux sed-opal UAPI (linux/sed-opal.h)" readme = "README.md" keywords = [ "ffi", "linux", "uapi", "opal", "sed", ] categories = ["external-ffi-bindings"] license = "MIT" [dependencies.cfg-if] version = "1.0.0" [dependencies.nix] version = "0.27" features = ["ioctl"] [build-dependencies.bindgen] version = "0.65" features = ["which-rustfmt"] default-features = false [features] linux_6_1 = [] linux_6_4 = ["linux_6_1"] linux_6_6 = ["linux_6_4"]