File: debcargo.toml

package info (click to toggle)
rust-ingredients 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: makefile: 10
file content (28 lines) | stat: -rw-r--r-- 1,024 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
overlay = "."
uploaders = ["Fabian Grünbichler <debian@fabian.gruenbichler.email>"]
collapse_features = true
summary = "Rust crate for investigating crate versions"

description = "Ingredient's main purpose is as part of Rust packaging efforts. Its 'diff' mode shows changes between two different, published crate versions. The 'report' mode shows differences between the published crate contents and the recorded git repository it was published from.\n"

[source]
build_depends_arch = [
 "librust-anstream-0.6+default-dev",
 "librust-anyhow-1+default-dev",
 "librust-clap-4+default-dev",
 "librust-clap-4+derive-dev",
 "librust-clap-4+wrap-help-dev",
 "librust-clap-complete-4+default-dev (>= 4.5.17-~~)",
 "librust-clap-complete-nushell-4+default-dev",
 "librust-env-logger-0.11+default-dev",
 "librust-owo-colors-4-dev",
# filed https://codeberg.org/decathorpe/ingredients/issues/2 upstream to maybe get pre-built ones
 "dh-sequence-shell-completions",
]

[packages.bin]
section = "rust"
depends = [
 "cargo",
 "git",
]