1[package] 2name = "libflashrom" 3version = "0.1.0" 4description = "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 = ["api-bindings", "hardware-support"] 10edition = "2021" 11 12[dependencies] 13libflashrom-sys = { path = "../libflashrom-sys" } 14libc = "0.2.124" 15regex = "1.5.5" 16once_cell = "1.7.2" 17 18[dev-dependencies] 19rusty-fork = "0.3.0" 20gag = "1" 21 22[build-dependencies] 23pkg-config = "0.3.19" 24cc = "1.0.72" 25