1[package] 2name = "libflashrom-sys" 3version = "0.1.0" 4description = "Native bindings to the libflashrom library." 5readme = "../README" 6homepage = "https://www.flashrom.org/" 7repository = "https://review.coreboot.org/plugins/gitiles/flashrom/" 8license = "GPL-2.0-only" 9categories = ["external-ffi-bindings", "hardware-support"] 10links = "flashrom" 11build = "build.rs" 12edition = "2021" 13 14[build-dependencies] 15pkg-config = "0.3.19" 16bindgen = "0.59.2" 17