1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: rust-serde-fmt
Section: rust
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-rust,
librust-serde-1-dev,
librust-serde-derive-1+default-dev,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/debian/rust-serde-fmt.git
Vcs-Browser: https://salsa.debian.org/debian/rust-serde-fmt
Homepage: https://github.com/kodraus/serde_fmt
Rules-Requires-Root: no
Package: librust-serde-fmt-dev
Architecture: all
Multi-Arch: foreign
Depends:
librust-serde-1+std-dev,
librust-serde-1-dev,
${misc:Depends},
Provides:
librust-serde-fmt-1+default-dev (= ${binary:Version}),
librust-serde-fmt-1+std-dev (= ${binary:Version}),
librust-serde-fmt-1-dev (= ${binary:Version}),
librust-serde-fmt-1.0-dev (= ${binary:Version}),
librust-serde-fmt-1.0.3-dev (= ${binary:Version}),
Description: write any serde::Serialize using standard formatting APIs - Rust source code
This library lets you take any `Serialize`
and format it as if it's `Debug`.
The format produced is the same as if the type derived `Debug`,
and any formatting flags will be preserved.
.
This package contains the source for the Rust serde_fmt crate,
for use with cargo.
|