sd-device-sys 0.1.2

FFI bindings to `systemd/sd-devices.h`
Documentation
[package]
name = "sd-device-sys"
description = "FFI bindings to `systemd/sd-devices.h`"
authors = ["Nathanael G. Reese <nathanaelreese@acm.org>"]
documentation = "https://docs.rs/sd-device-sys"
repository = "https://gitlab.com/ngreese/sd-device"
keywords = ["systemd", "hardware", "bindings", "sysfs"]
categories = ["hardware-support", "external-ffi-bindings"]
license = "MIT"
version = "0.1.2"
edition = "2024"

build = "build.rs"
links = "sd-device"

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

[features]

[dependencies]
libc = "0.2.178"

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