Source: rust-smbios-lib
Section: rust
Build-Depends: debhelper-compat (= 13),
 dh-sequence-cargo
Build-Depends-Arch: cargo:native,
 rustc:native,
 libstd-rust-dev,
 librust-getopts-0.2+default-dev (>= 0.2.21),
 librust-serde-1+default-dev,
 librust-serde-1+derive-dev,
 librust-serde-json-1+default-dev
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Nadzeya Hutsko <nadzeya@debian.org>
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/smbios-lib]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/smbios-lib
Homepage: https://github.com/jrgerber/smbios-lib
X-Cargo-Crate: smbios-lib
X-Cargo-Crate-Version: 0.9.4

Package: librust-smbios-lib-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-getopts-0.2+default-dev (>= 0.2.21),
 librust-serde-1+default-dev,
 librust-serde-1+derive-dev,
 librust-serde-json-1+default-dev
Provides:
 librust-smbios-lib+default-dev (= ${binary:Version}),
 librust-smbios-lib-0-dev (= ${binary:Version}),
 librust-smbios-lib-0+default-dev (= ${binary:Version}),
 librust-smbios-lib-0.9-dev (= ${binary:Version}),
 librust-smbios-lib-0.9+default-dev (= ${binary:Version}),
 librust-smbios-lib-0.9.4-dev (= ${binary:Version}),
 librust-smbios-lib-0.9.4+default-dev (= ${binary:Version})
Description: SMBIOS Library - Rust source code
 Source code for Debianized Rust crate "smbios-lib"

Package: smbiosdump
Architecture: any
Section: utils
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: Dump and query the SMBIOS/DMI tables of the local system
 smbiosdump reads the SMBIOS (DMI) tables exported by the system
 firmware and prints their decoded contents, in the spirit of
 dmidecode. On Linux the tables are read from /sys/firmware/dmi/tables,
 which normally requires root privileges.
 .
 It can also dump the raw table bytes to a file for later inspection,
 decode a previously dumped file instead of the running system, print
 the whole table as JSON, or print a single DMI value selected by
 keyword, such as bios-version, system-serial-number, system-uuid or
 baseboard-manufacturer.
