Source: rust-str-stack
Section: rust
Build-Depends: debhelper-compat (= 13),
 dh-sequence-cargo
Build-Depends-Arch: cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Alexander Kjäll <alexander.kjall@gmail.com>
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/str-stack]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/str-stack
Homepage: https://github.com/Stebalien/str_stack
X-Cargo-Crate: str_stack
X-Cargo-Crate-Version: 0.1.1

Package: librust-str-stack-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends}
Provides:
 librust-str-stack+default-dev (= ${binary:Version}),
 librust-str-stack-0-dev (= ${binary:Version}),
 librust-str-stack-0+default-dev (= ${binary:Version}),
 librust-str-stack-0.1-dev (= ${binary:Version}),
 librust-str-stack-0.1+default-dev (= ${binary:Version}),
 librust-str-stack-0.1.1-dev (= ${binary:Version}),
 librust-str-stack-0.1.1+default-dev (= ${binary:Version})
Description: String allocator for allocating many write-once strings - Rust source code
 This library is primarily useful for parsing where you need to repeatedly build
 many strings, use them, and then throw them away. Instead of allocating many
 independent strings, this library will put them all in the same buffer.
 .
 Source code for Debianized Rust crate "str_stack"
