version = 3
[[package]]
name = "cargo-kconfig"
version = "0.0.2"
dependencies = [
"kconfig-parser",
"kconfig-represent",
"libc",
]
[[package]]
name = "kconfig-parser"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "228f030ca69246ae8b68c6441b8858403ce9446a34ed0afc690f30058940f413"
[[package]]
name = "kconfig-represent"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be3f1736fd37b254608c5f9f5f9de17dd029c4185679d3e992bb55fb0d77c6c5"
dependencies = [
"kconfig-parser",
]
[[package]]
name = "libc"
version = "0.2.126"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"