File: Cargo.toml

package info (click to toggle)
debian-codemods 0.174
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,588 kB
  • sloc: makefile: 900; xml: 119; python: 80; sh: 71; javascript: 3
file content (50 lines) | stat: -rw-r--r-- 1,371 bytes parent folder | download
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
[workspace]
# With resolve set to "2", dependent projects can't find debian-analyzer anymore.
resolver = "1"
members = ["lintian-brush", "lintian-overrides", "multiarch-hints", "scrub-obsolete", "transition-apply", "import-uncommitted", "debianize"]

[workspace.package]
version = "0.174.0"

[workspace.dependencies]
breezyshim = { version = "0.7.8", features = ["dirty-tracker"] }
pyo3 = ">=0.27,<0.29"
debversion = "0.5"
serde_yaml = ">=0.9"
reqwest = ">=0.12"
log = "0.4"
lazy_static = "1"
serde = "1"
chrono = ">=0.4"
lazy-regex = "=3"
env_logger = ">=0.11,<0.12"
clap = "4,<5"
serde_json = "1"
tempfile = "3"
configparser = "3"
url = "2"
debian-copyright = "0.1.41"
debian-changelog = "0.2.13"
debian-control = ">=0.3.6,<0.4"
deb822-lossless = "0.5.5"
pyo3-log = ">=0.12,<0.14"
maplit = "1"
buildlog-consultant = "0.0.43"
upstream-ontologist = "0.3.13"
sqlx = { version = "0.8", default-features = false }
semver = "1"
toml_edit = ">=0.22,<0.29"
tokio = "1.39"
debian-analyzer = { version = "0.160.11" }
svp-client = "0.2.0"
regex = "1"
indexmap = "2.7"
makefile-lossless = "0.3.28"
serial_test = ">=2, <4"
debian-watch = "0.4.3"
#debian-control = { path = "../deb822-lossless/debian-control" }
#deb822-lossless = { path = "../deb822-lossless" }
systemd-unit-edit = "0.1.1"
desktop-edit = "0.1.0"
yaml-edit = "0.2"
lintian-overrides = { path = "lintian-overrides" }