# 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" rust-version = "1.56" name = "nom-config-in" version = "0.1.0" authors = ["yann Prono"] exclude = [".github"] description = "A Kconfig parser" homepage = "https://github.com/Mcdostone/nom-config-in" readme = "README.md" keywords = [ "parser", "parsing", "config-in", "linux-kernel", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/Mcdostone/nom-config-in" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--generate-link-to-definition"] [dependencies.nom] version = "7.1.3" [dependencies.nom_locate] version = "4.1.0" [dependencies.regex] version = "1.9.1" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.walkdir] version = "2.3.3" [features]