libnvme-sys 0.7.0

Raw FFI bindings to the Linux libnvme C library (use `libnvme` for the safe wrapper)
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.85"
name = "libnvme-sys"
version = "0.7.0"
authors = ["Cyberpsych0s1s"]
build = "build.rs"
links = "nvme"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to the Linux libnvme C library (use `libnvme` for the safe wrapper)"
homepage = "https://github.com/Cyberpsych0s1s/libnvme-rs"
documentation = "https://docs.rs/libnvme-sys"
readme = "README.md"
keywords = [
    "nvme",
    "linux",
    "ffi",
    "bindings",
    "storage",
]
categories = [
    "external-ffi-bindings",
    "os::linux-apis",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/Cyberpsych0s1s/libnvme-rs"

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

[[example]]
name = "smoke"
path = "examples/smoke.rs"

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

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

[lints.rust]
unsafe_op_in_unsafe_fn = "warn"