Source: rust-typed-path
Section: rust
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-rust,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/debian/rust-typed-path.git
Vcs-Browser: https://salsa.debian.org/debian/rust-typed-path
Homepage: https://github.com/chipsenkbeil/typed-path

Package: librust-typed-path-dev
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends},
Provides:
 librust-typed-path-0.12+default-dev (= ${binary:Version}),
 librust-typed-path-0.12+std-dev (= ${binary:Version}),
 librust-typed-path-0.12-dev (= ${binary:Version}),
 librust-typed-path-0.12.3-dev (= ${binary:Version}),
Description: typed variants of Path and PathBuf - Rust source code
 Typed Path provides typed variants of Path and PathBuf
 for Unix and Windows.
 .
 This package contains the source for the Rust typed-path crate,
 for use with cargo.
