# 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-linux" version = "0.1.1" authors = [ "Dewyer ", "Domonkos Pálvölgyi ", ] description = "WIP crate for the KConfig DSL in the Linux kernel" homepage = "https://github.com/FlyinPancake/kconfig_rs" documentation = "https://github.com/FlyinPancake/kconfig_rs" readme = "README.md" license = "GPL-2.0-or-later" repository = "https://github.com/FlyinPancake/kconfig_rs" resolver = "2" [dependencies.anyhow] version = "1.0.56" [dependencies.regex] version = "1.5.5" features = ["pattern"] [dependencies.thiserror] version = "1.0.30" [dependencies.uuid] version = "0.8.2" features = ["v4"]