feature-check 2.3.2

Query a program for supported features
Documentation
# 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 = "2024"
rust-version = "1.87"
name = "feature-check"
version = "2.3.2"
authors = ["Peter Pentchev <roam@ringlet.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[lib]
name = "feature_check"
path = "src/lib.rs"

[[bin]]
name = "feature-check"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.65"

[dependencies.clap]
version = "4.0.12"

[dependencies.clap_derive]
version = "4.0.12"

[dependencies.nom]
version = "8"

[dependencies.serde]
version = "1.0.119"

[dependencies.serde_derive]
version = "1.0.119"

[dependencies.serde_json]
version = "1"