multiarch-hints 0.179.0

Apply multiarch hints to Debian packages
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 = "multiarch-hints"
version = "0.179.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Apply multiarch hints to Debian packages"
documentation = "https://docs.rs/multiarch-hints"
readme = false
license = "GPL-2.0+"
repository = "https://salsa.debian.org/jelmer/lintian-brush"
resolver = "1"

[features]
async = ["dep:tokio"]
cli = [
    "dep:clap",
    "dep:env_logger",
]
default = ["cli"]

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

[[bin]]
name = "apply-multiarch-hints"
path = "src/main.rs"
required-features = ["cli"]

[[bin]]
name = "dump-multiarch-hints"
path = "src/bin/dump-multiarch-hints.rs"

[dependencies.breezyshim]
version = "0.7.8"
features = ["dirty-tracker"]

[dependencies.chrono]
version = ">=0.4"

[dependencies.clap]
version = "4,<5"
features = [
    "derive",
    "env",
    "suggestions",
    "cargo",
    "string",
]
optional = true

[dependencies.configparser]
version = "3"

[dependencies.deb822-lossless]
version = "0.5.15"

[dependencies.debian-analyzer]
version = "0.160.16"
features = ["svp"]

[dependencies.debian-changelog]
version = "0.2.13"

[dependencies.debian-control]
version = ">=0.3.9,<0.4"

[dependencies.debian-workspace]
version = "0.179.0"

[dependencies.debversion]
version = "0.5"
features = ["serde"]

[dependencies.env_logger]
version = ">=0.11,<0.12"
optional = true

[dependencies.lazy-regex]
version = "=3"

[dependencies.lazy_static]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
version = ">=0.12"
features = ["blocking"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = ">=0.9"

[dependencies.svp-client]
version = "0.2.0"

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
version = "1.39"
features = [
    "fs",
    "io-util",
]
optional = true

[dependencies.url]
version = "2"

[dependencies.xz2]
version = "0.1"