Source: rust-oxiri
Section: rust
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-cargo (>= 25),
 libstd-rust-dev <!nocheck>,
 rustc:native <!nocheck>,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/debian/rust-oxiri.git
Vcs-Browser: https://salsa.debian.org/debian/rust-oxiri
Homepage: https://github.com/oxigraph/oxiri
Rules-Requires-Root: no

Package: librust-oxiri-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
Suggests:
 librust-oxiri+serde-dev (= ${binary:Version}),
Provides:
 librust-oxiri+default-dev (= ${binary:Version}),
 librust-oxiri-0+default-dev (= ${binary:Version}),
 librust-oxiri-0-dev (= ${binary:Version}),
 librust-oxiri-0.2+default-dev (= ${binary:Version}),
 librust-oxiri-0.2-dev (= ${binary:Version}),
 librust-oxiri-0.2.2+default-dev (= ${binary:Version}),
 librust-oxiri-0.2.2-dev (= ${binary:Version}),
Description: validation and relative resolution of IRIs - Rust source code
 OxIRI is a simple and fast implementation of IRIs
 based on RFC 3987 <https://www.ietf.org/rfc/rfc3987.html>.
 .
 It allows zero stack allocation IRI validation and resolution.
 .
 This package contains the source for the Rust oxiri crate,
 packaged for use with cargo and dh-cargo.

Package: librust-oxiri+serde-dev
Architecture: any
Multi-Arch: same
Depends:
 librust-oxiri-dev (= ${binary:Version}),
 librust-serde-1+default-dev,
 ${misc:Depends},
Provides:
 librust-oxiri-0+serde-dev (= ${binary:Version}),
 librust-oxiri-0.2+serde-dev (= ${binary:Version}),
 librust-oxiri-0.2.2+serde-dev (= ${binary:Version}),
Description: validation and relative resolution of IRIs - feature serde
 OxIRI is a simple and fast implementation of IRIs
 based on RFC 3987 <https://www.ietf.org/rfc/rfc3987.html>.
 .
 It allows zero stack allocation IRI validation and resolution.
 .
 This metapackage enables feature "serde"
 for the Rust oxiri crate,
 by pulling in any additional dependencies needed by that feature.
