File: Cargo.toml

package info (click to toggle)
debian-codemods 0.171
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,312 kB
  • sloc: makefile: 888; xml: 119; python: 80; sh: 69; javascript: 3
file content (57 lines) | stat: -rw-r--r-- 1,751 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[package]
name = "debianize"
version = "0.163.0"
authors = [ "Jelmer Vernooij <jelmer@jelmer.uk>"]
edition = "2021"
license = "GPL-2.0+"
description = "Create Debian packaging from upstream sources"
repository = "https://salsa.debian.org/jelmer/lintian-brush.git"
homepage = "https://salsa.debian.org/jelmer/lintian-brush"
documentation = "https://docs.rs/debianize"

[dependencies]
breezyshim = { workspace = true, features = ["debian"] }
cargo-lock = "11"
clap = { version = "4", features = ["derive", "env"] }
debian-analyzer = { workspace = true, features = ["udd", "svp"] }
debian-changelog = "0.2.10"
distro-info = "0.4.0"
env_logger = "0.11"
log = "0.4"
pyo3 = { workspace = true }
xdg = "2"
debversion = ">=0.4.0"
url = "2"
ognibuild = { version = "0.2.4", features = ["upstream", "debian"] }
hyper = { version = "1.5", features = ["http1", "server"] }
hyper-util = { version = "0.1", features = ["tokio", "server", "server-auto"], default-features = false }
http-body-util = "0.1"
flate2 = "1"
tokio = { version = "1", features = ["full", "rt", "signal", "net", "macros"] }
tempfile = "3"
upstream-ontologist.workspace = true
buildlog-consultant = ">=0.1.0"
lazy-regex.workspace = true
lintian-brush = { path = "../lintian-brush", version = ">=0.155.0", default-features = false, features = ["python"] }
debian-control = ">=0.1.0"
lazy_static = "1"
semver = "1"
toml_edit = { workspace = true }
serde = "1"
sqlx = { version = "0.8", features = ["postgres", "runtime-tokio-rustls"] }
svp-client = ">=0.1.0"
chrono = "0.4"

[features]
pyo3 = []

[dev-dependencies]
reqwest = { version = ">=0.11", features = ["blocking"] }
tempfile = "3"
json = "0.12"
serde_json = "1.0"
serial_test = ">=2, <4"

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