Source: rust-intervaltree Section: rust Priority: optional Build-Depends: debhelper (>= 11), dh-cargo (>= 10), cargo:native , rustc:native , libstd-rust-dev , librust-smallvec-0.6+std-dev , librust-smallvec-0.6-dev Maintainer: Debian Rust Maintainers Uploaders: Ximin Luo Standards-Version: 4.2.0 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/intervaltree] Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/intervaltree Package: librust-intervaltree-dev Architecture: any Multi-Arch: same Depends: ${misc:Depends}, librust-smallvec-0.6-dev Recommends: librust-intervaltree+std-dev (= ${binary:Version}) Provides: librust-intervaltree-0-dev (= ${binary:Version}), librust-intervaltree-0.2-dev (= ${binary:Version}), librust-intervaltree-0.2.4-dev (= ${binary:Version}) Description: Simple and generic implementation of an immutable interval tree - Rust source code This package contains the source for the Rust intervaltree crate, packaged by debcargo for use with cargo and dh-cargo. Package: librust-intervaltree+std-dev Architecture: any Multi-Arch: same Depends: ${misc:Depends}, librust-intervaltree-dev (= ${binary:Version}), librust-smallvec-0.6+std-dev Provides: librust-intervaltree+default-dev (= ${binary:Version}), librust-intervaltree-0+std-dev (= ${binary:Version}), librust-intervaltree-0+default-dev (= ${binary:Version}), librust-intervaltree-0.2+std-dev (= ${binary:Version}), librust-intervaltree-0.2+default-dev (= ${binary:Version}), librust-intervaltree-0.2.4+std-dev (= ${binary:Version}), librust-intervaltree-0.2.4+default-dev (= ${binary:Version}) Description: Simple and generic implementation of an immutable interval tree - feature "std" This metapackage enables feature std for the Rust intervaltree crate, by pulling in any additional dependencies needed by that feature.