Source: rust-version-sync Section: rust Build-Depends: debhelper-compat (= 14), dh-sequence-rust, dh-sequence-single-binary, librust-proc-macro2-1-dev, librust-pulldown-cmark-0.13-dev, librust-regex-1-dev, librust-semver-1-dev, librust-syn-2-dev, librust-tempfile-3-dev, librust-toml-0.8-dev, librust-url-2-dev, Maintainer: Jonas Smedegaard Standards-Version: 4.7.4 Vcs-Git: https://salsa.debian.org/debian/rust-version-sync.git Vcs-Browser: https://salsa.debian.org/debian/rust-version-sync Homepage: https://github.com/mgeisler/version-sync Package: librust-version-sync-dev Architecture: all #Multi-Arch: foreign Depends: librust-proc-macro2-1-dev, librust-pulldown-cmark-0.13-dev, librust-regex-1-dev, librust-semver-1-dev, librust-syn-2-dev, librust-toml-0.8-dev, librust-url-2-dev, Provides: librust-version-sync-0.9+contains-regex-dev (= ${binary:Version}), librust-version-sync-0.9+default-dev (= ${binary:Version}), librust-version-sync-0.9+html-root-url-updated-dev (= ${binary:Version}), librust-version-sync-0.9+markdown-deps-updated-dev (= ${binary:Version}), librust-version-sync-0.9-dev (= ${binary:Version}), librust-version-sync-0.9.5-dev (= ${binary:Version}), Description: ensure packaging strings match crate metadata - Rust source code Rust projects typically reference the crate version number in several places, such as the "README.md" file. The version-sync crate makes it easy to add an integration test that checks that "README.md" is updated when the crate version changes. . This package contains the source for the Rust version-sync crate, for use with cargo.