nvme-cli-sys 1.0.0

Low-level Rust bindings for Linux NVMe UAPI structures and ioctls.
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 = "2024"
name = "nvme-cli-sys"
version = "1.0.0"
authors = ["Nathanael G. Reese <nathanaelreese@acm.org>"]
build = false
include = [
    "Cargo.toml",
    "README.md",
    "src/**/*.rs",
    "tests/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level Rust bindings for Linux NVMe UAPI structures and ioctls."
documentation = "https://docs.rs/nvme-cli-sys"
readme = "README.md"
keywords = [
    "nvme",
    "linux",
    "ioctl",
    "storage",
]
categories = [
    "hardware-support",
    "external-ffi-bindings",
]
license = "MIT"
repository = "https://gitlab.com/ngreese/nvme-cli/-/tree/main/nvme-cli-sys"

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

[lib]
name = "nvme_cli_sys"
path = "src/lib.rs"

[[test]]
name = "smoke"
path = "tests/smoke.rs"

[dependencies.nix]
version = "0.31.3"
features = ["ioctl"]