[package]
edition = "2021"
rust-version = "1.63"
name = "iocuddle"
version = "0.2.0"
authors = ["Nathaniel McCallum <npmccallum@redhat.com>"]
build = false
exclude = [".github/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for building runtime-safe linux `ioctl()` interfaces"
homepage = "https://github.com/enarx/iocuddle"
readme = "README.md"
keywords = [
"linux",
"ioctl",
]
categories = [
"os",
"api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/enarx/iocuddle"
[lib]
name = "iocuddle"
path = "src/lib.rs"
[dependencies]