Source: rust-toml2json
Section: utils
Priority: optional
Build-Depends: debhelper-compat (= 13),
 dh-sequence-cargo,
 help2man
Build-Depends-Arch: cargo:native,
 rustc:native,
 libstd-rust-dev,
 librust-anyhow-1+default-dev,
 librust-clap-4+default-dev (>= 4.5-~~),
 librust-serde-1+default-dev,
 librust-serde-1+derive-dev,
 librust-serde-json-1+default-dev,
 librust-toml+default-dev (<< 0.10-~~),
 librust-toml+default-dev (>= 0.8-~~)
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Facundo Gaich <facugaich@gmail.com>
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/toml2json]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/toml2json
Homepage: https://github.com/woodruffw/toml2json
X-Cargo-Crate: toml2json

Package: rust-toml2json
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${cargo:Depends}
Recommends:
 ${cargo:Recommends}
Suggests:
 ${cargo:Suggests}
Provides:
 ${cargo:Provides}
Built-Using: ${cargo:Built-Using}
Static-Built-Using: ${cargo:Static-Built-Using}
Description: Very small CLI for converting TOML to JSON
 Simple utility that ingests TOML from stdin or a file and outputs
  the equivalent JSON to stdout, with optional pretty printing.
 .
  Please note: the executable and the associated manpage were renamed
  from ‘toml2json’ to ‘toml2json-rust’ because of a file name clash.
