[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"