[package] name = "libstatgrab-sys" authors = [ "Adam Flott " ] 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"