# Cargo KConfig - KConfig interpreter, configurator and menu # Copyright (C) 2022 Sjoerd van Leent # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . [package] name = "kconfig-represent" version = "0.1.1" edition = "2021" license = "MIT OR GPL-2.0-or-later OR Apache-2.0" categories = ["development-tools"] readme = "README.md" homepage = "https://gitlab.com/cargo-kconfig" repository = "https://gitlab.com/cargo-kconfig/kconfig-represent" description = "Kconfig representation module for the Kconfig file format and .config configurtion files from the Linux Kernel for the Cargo Kconfig crate" [dependencies] kconfig-parser = { version = ">= 0.1.1" } [profile.test] codegen-units = 1