debian-watch 0.3.4

parser for Debian watch files
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 = "debian-watch"
version = "0.3.4"
authors = ["Jelmer Vernooij <jelmer@jelmer.uk>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "parser for Debian watch files"
homepage = "https://github.com/jelmer/debian-watch-rs"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/jelmer/debian-watch-rs.git"

[features]
blocking = ["reqwest?/blocking"]
deb822 = ["dep:deb822-lossless"]
default = [
    "linebased",
    "deb822",
]
discover = [
    "scraper",
    "reqwest",
]
linebased = []
pgp = [
    "sequoia-openpgp",
    "anyhow",
]

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

[[bin]]
name = "convert-watch-v5"
path = "src/bin/convert-watch-v5.rs"
required-features = [
    "deb822",
    "linebased",
]

[dependencies.anyhow]
version = "1.0"
optional = true

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.deb822-lossless]
version = "0.5.7"
optional = true

[dependencies.debversion]
version = ">=0.4.7, <0.6"

[dependencies.m_lexer]
version = "0.0.4"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = ">=0.12,<0.14"
optional = true

[dependencies.rowan]
version = "0.16.1"

[dependencies.scraper]
version = ">=0.22,<0.26"
optional = true

[dependencies.sequoia-openpgp]
version = "2.0"
features = ["crypto-nettle"]
optional = true
default-features = false

[dependencies.url]
version = "2.5.7"

[dev-dependencies.maplit]
version = "1.0.2"