nvme-cli-sys 0.1.5

Rust FFI bindings to the nvme-cli C library.
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 = "0.1.5"
authors = ["Nathanael G. Reese <nathanaelreese@acm.org>"]
build = "build.rs"
links = "nvme-cli"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust FFI bindings to the nvme-cli C library."
documentation = "https://docs.rs/nvme-cli-sys"
readme = "README.md"
keywords = ["nvme"]
categories = [
    "hardware-support",
    "external-ffi-bindings",
]
license = "MIT"
repository = "https://gitlab.com/ngreese/nvme-cli/-/tree/main/nvme-cli-sys"
resolver = "2"

[features]

[lib]
name = "nvme_cli_sys"
crate-type = ["lib"]
path = "src/lib.rs"
test = true
doctest = true

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

[build-dependencies.bindgen]
version = "0.72.1"

[build-dependencies.pkg-config]
version = "0.3.32"