# SPDX-FileCopyrightText: Peter Pentchev # SPDX-License-Identifier: BSD-2-Clause [package] name = "apt-parse" version = "0.1.0" rust-version = "1.62" authors = ["Peter Pentchev "] edition = "2021" description = "Parse the output of some Apt commands" readme = "README.md" repository = "https://gitlab.com/ppentchev/apt-parse" license = "BSD-2-Clause" categories = [ "command-line-utilities", "encoding", "os::linux-apis", "parser-implementations", ] keywords = ["apt", "apt-cache", "apt-parse"] [dependencies] anyhow = "1.0.69" camino = "1.0.5" clap = "4.0.32" clap_derive = "4.0.21" nom = "7.1.1" thiserror = ">= 1.0.38, < 3" tracing = "0.1.37" tracing-subscriber = "0.3.16" [dev-dependencies] rstest = ">= 0.17, < 0.24"