Source: rust-smolset
Section: rust
Build-Depends: debhelper-compat (= 13),
 dh-sequence-cargo
Build-Depends-Arch: cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-smallvec-1+default-dev (>= 1.6.1) <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 何庆 He Qing <heqing@rool.me>
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/smolset]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/smolset
Homepage: https://github.com/hbina/smolset
X-Cargo-Crate: smolset
X-Cargo-Crate-Version: 1.3.1

Package: librust-smolset-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-smallvec-1+default-dev (>= 1.6.1)
Provides:
 librust-smolset+default-dev (= ${binary:Version}),
 librust-smolset-1-dev (= ${binary:Version}),
 librust-smolset-1+default-dev (= ${binary:Version}),
 librust-smolset-1.3-dev (= ${binary:Version}),
 librust-smolset-1.3+default-dev (= ${binary:Version}),
 librust-smolset-1.3.1-dev (= ${binary:Version}),
 librust-smolset-1.3.1+default-dev (= ${binary:Version})
Description: Unordered set of elements optimized for small sizes - Rust source code
 This is a fork of the original library with overhauled internals,
 better fallback perforamance (O(1) insert and find) and more features.
 .
 Source code for Debianized Rust crate "smolset"
