alpmver 0.1.3

A simple crate to compare package Pacman package versions
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 = "2021"
name = "alpmver"
version = "0.1.3"
authors = ["Marco Cilloni <m.c.cilloni@gmail.com>"]
description = "A simple crate to compare package Pacman package versions"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/mcilloni/alpmver"
resolver = "2"

[[bin]]
name = "alpmver"
required-features = ["cli"]

[dependencies.clap]
version = "3.2.20"
features = ["derive"]
optional = true

[dependencies.nom]
version = "7.1.1"

[features]
cli = ["clap"]