nvme-cli-sys 1.0.0

Low-level Rust bindings for Linux NVMe UAPI structures and ioctls.
Documentation
[package]
name = "nvme-cli-sys"
description = "Low-level Rust bindings for Linux NVMe UAPI structures and ioctls."
authors = ["Nathanael G. Reese <nathanaelreese@acm.org>"]
repository = "https://gitlab.com/ngreese/nvme-cli/-/tree/main/nvme-cli-sys"
documentation = "https://docs.rs/nvme-cli-sys"
keywords = ["nvme", "linux", "ioctl", "storage"]
categories = ["hardware-support", "external-ffi-bindings"]
license = "MIT"
version = "1.0.0"
edition = "2024"

include = [
    "Cargo.toml",
    "README.md",
    "src/**/*.rs",
    "tests/**/*.rs",
]

[dependencies]
nix = { version = "0.31.3", features = ["ioctl"] }

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]