File: Cargo.toml

package info (click to toggle)
feature-check 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 588 kB
  • sloc: perl: 1,061; python: 1,042; sh: 133; makefile: 111
file content (26 lines) | stat: -rw-r--r-- 696 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# SPDX-FileCopyrightText: Peter Pentchev <roam@ringlet.net>
# SPDX-License-Identifier: BSD-2-Clause

[package]
name = "feature-check"
version = "2.2.0"
rust-version = "1.61"
edition = "2021"
authors = ["Peter Pentchev <roam@ringlet.net>"]
description = "Query a program for supported features"
readme = "README.md"
repository = "https://gitlab.com/ppentchev/feature-check"
license = "BSD-2-Clause"
categories = ["command-line-utilities", "parser-implementations", "value-formatting"]
keywords = ["features", "program", "supported"]

[dependencies]
anyhow = "1.0.65"
clap = "4.0.12"
clap_derive = "4.0.12"
nom = "7.1"
serde = "1"
serde_derive = "1"
serde_json = "1"
thiserror = ">= 1.0.37, < 3"