# 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 = "cargo-kconfig" version = "0.1.1" description = "Kconfig macro library and user interface for the Kconfig file format from the Linux Kernel" 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/cargo-kconfig" resolver = "2" [lib] name = "cargo_kconfig" path = "src/lib.rs" doctest = false proc-macro = true [[bin]] name = "cargo-kconfig" path = "src/main.rs" [dependencies.kconfig-parser] version = ">= 0.1.1" [dependencies.kconfig-represent] version = ">= 0.1.1" [dependencies.libc] version = "0.2"