# 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.61" name = "feature-check" version = "2.2.0" authors = ["Peter Pentchev "] description = "Query a program for supported features" readme = "README.md" keywords = [ "features", "program", "supported", ] categories = [ "command-line-utilities", "parser-implementations", "value-formatting", ] license = "BSD-2-Clause" repository = "https://gitlab.com/ppentchev/feature-check" [dependencies.anyhow] version = "1.0.65" [dependencies.clap] version = "4.0.12" [dependencies.clap_derive] version = "4.0.12" [dependencies.nom] version = "7.1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1.0.37"