debianize 0.163.0

Create Debian packaging from upstream sources
# 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 = "debianize"
version = "0.163.0"
authors = ["Jelmer Vernooij <jelmer@jelmer.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Create Debian packaging from upstream sources"
homepage = "https://salsa.debian.org/jelmer/lintian-brush"
documentation = "https://docs.rs/debianize"
readme = "README.md"
license = "GPL-2.0+"
repository = "https://salsa.debian.org/jelmer/lintian-brush.git"
resolver = "1"

[features]
pyo3 = []

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

[[bin]]
name = "debianize"
path = "src/main.rs"

[[test]]
name = "common"
path = "tests/common.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "recursive_tests"
path = "tests/recursive_tests.rs"

[[test]]
name = "test_buildsystem_names"
path = "tests/test_buildsystem_names.rs"

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

[dependencies.buildlog-consultant]
version = ">=0.1.0"

[dependencies.cargo-lock]
version = "11"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

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

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

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

[dependencies.debversion]
version = ">=0.4.0"

[dependencies.distro-info]
version = "0.4.0"

[dependencies.env_logger]
version = "0.11"

[dependencies.flate2]
version = "1"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1.5"
features = [
    "http1",
    "server",
]

[dependencies.hyper-util]
version = "0.1"
features = [
    "tokio",
    "server",
    "server-auto",
]
default-features = false

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

[dependencies.lazy_static]
version = "1"

[dependencies.lintian-brush]
version = ">=0.155.0"
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.ognibuild]
version = "0.2.4"
features = [
    "upstream",
    "debian",
]

[dependencies.pyo3]
version = ">=0.27,<0.29"

[dependencies.semver]
version = "1"

[dependencies.serde]
version = "1"

[dependencies.sqlx]
version = "0.8"
features = [
    "postgres",
    "runtime-tokio-rustls",
]

[dependencies.svp-client]
version = ">=0.1.0"

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
version = "1"
features = [
    "full",
    "rt",
    "signal",
    "net",
    "macros",
]

[dependencies.toml_edit]
version = ">=0.22,<0.29"

[dependencies.upstream-ontologist]
version = "0.3.13"

[dependencies.url]
version = "2"

[dependencies.xdg]
version = "2"

[dev-dependencies.json]
version = "0.12"

[dev-dependencies.reqwest]
version = ">=0.11"
features = ["blocking"]

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.serial_test]
version = ">=2, <4"

[dev-dependencies.tempfile]
version = "3"