iocuddle 0.2.0

Library for building runtime-safe linux `ioctl()` interfaces
Documentation
# 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 = "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]