Source: rust-serde-aux
Section: rust
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-cargo,
 cargo:native,
 librust-chrono-dev,
 librust-serde-derive-dev,
 librust-serde-dev,
 librust-serde-json-dev,
 librust-serde-value-dev,
 libstd-rust-dev,
 openstack-pkg-tools,
 rustc:native,
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/openstack-team/rabbitmq/rust-serde-aux.git
Vcs-Browser: https://salsa.debian.org/openstack-team/rabbitmq/rust-serde-aux
Homepage: https://github.com/iddm/serde-aux
X-Cargo-Crate: serde-aux
Rules-Requires-Root: no

Package: librust-serde-aux-dev
Architecture: any
Multi-Arch: same
Depends:
 librust-chrono-dev,
 librust-serde-derive-dev,
 librust-serde-dev,
 librust-serde-json-dev,
 librust-serde-value-dev,
 ${misc:Depends},
Provides:
 librust-serde-aux-4-dev (= ${binary:Version}),
 librust-serde-aux+chrono-dev (= ${binary:Version}),
 librust-serde-aux-4+chrono-dev (= ${binary:Version}),
Description: Serde crate's auxiliary library - Rust source code
 This package provides helper functions, macros and utilities for use with
 Rust's serde ecosystem, simplifying common serialization and
 deserialization tasks. It includes helpers for container and field
 attributes, serde introspection utilities, and convenience parsers for
 handling common data conversion patterns.
 .
 The package is intended to improve the developer experience when working
 with Serde-based data structures and formats such as JSON, TOML or YAML.
