#1086166 cargo-debstatus: display also the version of deps requested in Cargo.toml

Package:
cargo-debstatus
Source:
cargo-debstatus
Description:
print dependency tree of a Rust project using Cargo
Submitter:
Fab Stz
Date:
2024-10-28 19:45:01 UTC
Severity:
normal
#1086166#5
Date:
2024-10-28 07:05:15 UTC
From:
To:
Dear Maintainer,

Currently when running cargo-debstatus in the tree of a crate, it reports for
the dependencies:
- the version that would be installed
- whether the version is in Debian

To not have to look which version string is actually set in Cargo.toml for
each dependency, I would find it practical if it could be displayed in the
output of cargo-debstatus.