Source: rust-avro-schema
Section: rust
Build-Depends: debhelper-compat (= 13),
 dh-sequence-cargo
Build-Depends-Arch: cargo:native <!nocheck>,
 rustc:native <!nocheck>,
 libstd-rust-dev <!nocheck>,
 librust-fallible-streaming-iterator-0.1+default-dev <!nocheck>,
 librust-serde-1-dev <!nocheck>,
 librust-serde-json-1+std-dev <!nocheck>
Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Uploaders:
 Steffen Moeller <moeller@debian.org>
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/avro-schema]
Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/avro-schema
Homepage: https://github.com/DataEngineeringLabs/avro-schema
X-Cargo-Crate: avro-schema
X-Cargo-Crate-Version: 0.3.0

Package: librust-avro-schema-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-async-stream-0.3+default-dev (>= 0.3.2),
 librust-crc-3+default-dev,
 librust-fallible-streaming-iterator-0.1+default-dev,
 librust-futures-0.3+default-dev,
 librust-libflate-2+default-dev (>= 2.1),
 librust-serde-1-dev,
 librust-serde-json-1+std-dev,
 librust-snap-1+default-dev
Provides:
 librust-avro-schema+async-dev (= ${binary:Version}),
 librust-avro-schema+async-stream-dev (= ${binary:Version}),
 librust-avro-schema+compression-dev (= ${binary:Version}),
 librust-avro-schema+crc-dev (= ${binary:Version}),
 librust-avro-schema+default-dev (= ${binary:Version}),
 librust-avro-schema+full-dev (= ${binary:Version}),
 librust-avro-schema+futures-dev (= ${binary:Version}),
 librust-avro-schema+libflate-dev (= ${binary:Version}),
 librust-avro-schema+snap-dev (= ${binary:Version}),
 librust-avro-schema-0-dev (= ${binary:Version}),
 librust-avro-schema-0+async-dev (= ${binary:Version}),
 librust-avro-schema-0+async-stream-dev (= ${binary:Version}),
 librust-avro-schema-0+compression-dev (= ${binary:Version}),
 librust-avro-schema-0+crc-dev (= ${binary:Version}),
 librust-avro-schema-0+default-dev (= ${binary:Version}),
 librust-avro-schema-0+full-dev (= ${binary:Version}),
 librust-avro-schema-0+futures-dev (= ${binary:Version}),
 librust-avro-schema-0+libflate-dev (= ${binary:Version}),
 librust-avro-schema-0+snap-dev (= ${binary:Version}),
 librust-avro-schema-0.3-dev (= ${binary:Version}),
 librust-avro-schema-0.3+async-dev (= ${binary:Version}),
 librust-avro-schema-0.3+async-stream-dev (= ${binary:Version}),
 librust-avro-schema-0.3+compression-dev (= ${binary:Version}),
 librust-avro-schema-0.3+crc-dev (= ${binary:Version}),
 librust-avro-schema-0.3+default-dev (= ${binary:Version}),
 librust-avro-schema-0.3+full-dev (= ${binary:Version}),
 librust-avro-schema-0.3+futures-dev (= ${binary:Version}),
 librust-avro-schema-0.3+libflate-dev (= ${binary:Version}),
 librust-avro-schema-0.3+snap-dev (= ${binary:Version}),
 librust-avro-schema-0.3.0-dev (= ${binary:Version}),
 librust-avro-schema-0.3.0+async-dev (= ${binary:Version}),
 librust-avro-schema-0.3.0+async-stream-dev (= ${binary:Version}),
 librust-avro-schema-0.3.0+compression-dev (= ${binary:Version}),
 librust-avro-schema-0.3.0+crc-dev (= ${binary:Version}),
 librust-avro-schema-0.3.0+default-dev (= ${binary:Version}),
 librust-avro-schema-0.3.0+full-dev (= ${binary:Version}),
 librust-avro-schema-0.3.0+futures-dev (= ${binary:Version}),
 librust-avro-schema-0.3.0+libflate-dev (= ${binary:Version}),
 librust-avro-schema-0.3.0+snap-dev (= ${binary:Version})
Description: Apache Avro schemas and container file utilities - Rust source code
 Apache Avro is a data serialization format that describes the structure of
 records using schemas and stores data in a compact binary representation.
 .
 This crate provides Rust types for Avro schemas, conversion between schemas
 and their JSON representation, and utilities for reading and writing Avro
 container file metadata and data blocks. Optional features provide Deflate
 and Snappy compression and asynchronous input and output.
 Source code for Debianized Rust crate "avro-schema"
