# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "kconfig-represent" version = "0.1.1" description = "Kconfig representation module for the Kconfig file format and .config configurtion files from the Linux Kernel for the Cargo Kconfig crate" homepage = "https://gitlab.com/cargo-kconfig" readme = "README.md" categories = ["development-tools"] license = "MIT OR GPL-2.0-or-later OR Apache-2.0" repository = "https://gitlab.com/cargo-kconfig/kconfig-represent" resolver = "2" [profile.test] codegen-units = 1 [dependencies.kconfig-parser] version = ">= 0.1.1"