# 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 = "kcheck" version = "0.2.0" authors = ["Jake Swensen "] description = "Kernel configuration checking utility" keywords = [ "kernel", "kconfig", "linux", "embedded", ] license = "MPL-2.0" repository = "https://github.com/jdswensen/kcheck" [dependencies.cli-table] version = "0.4.7" optional = true [dependencies.derive_builder] version = "0.12.0" [dependencies.flate2] version = "1.0.28" [dependencies.nix] version = "0.27.1" features = ["feature"] [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.190" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.thiserror] version = "1.0.50" [dependencies.toml] version = "0.8.6" [dev-dependencies.insta] version = "1.34.0" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.tempfile] version = "3.10.1" [features] default = ["cli-table"]