# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "cargo-kconfig" version = "0.1.1" dependencies = [ "kconfig-parser", "kconfig-represent", "libc", ] [[package]] name = "kconfig-parser" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8ed5544edc477f30344b292e527872d2aac0f5567f05be374f8b01ced03db7aa" [[package]] name = "kconfig-represent" version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "575ea75b69035398325ef229ce414ccf92160bda7a2d4627349ea7138a6b7b00" dependencies = [ "kconfig-parser", ] [[package]] name = "libc" version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"