libpci 0.2.0

Rust bindings for libpci
[package]
name = "libpci"
version = "0.2.0"
edition = "2024"
authors = ["Vladislav Nepogodin <nepogodin.vlad@gmail.com>"]
license = "GPL-3.0-only"
rust-version = "1.85.0"

description = "Rust bindings for libpci"
homepage = "https://github.com/CachyOS/chwd"
repository = "https://github.com/CachyOS/chwd"
categories = ["api-bindings"]

[dependencies]
libpci-c-sys = { path = "../libpci-sys", default-features = false, version = "0.2.0" }
libc = { default-features = false, version = "0.2" }

[features]
default = []

std = ["libpci-c-sys/std"]

[[example]]
name = "example1"