libstatgrab-sys 1.0.2

Rust FFI bindings to libstatgrab
Documentation
[package]
name = "libstatgrab-sys"
authors = [ "Adam Flott <adam@adamflott.com>" ]
description = "Rust FFI bindings to libstatgrab"
version = "1.0.2"
edition = "2021"
repository = "https://github.com/adamflott/libstatgrab-sys"
license = "MIT OR Apache-2.0"

links = "libstatgrab"
build = "build.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[build-dependencies]
cc = { version = "1.0", features = ["parallel"] }
pkg-config = "0.3"
bindgen = "0.64"