File: control

package info (click to toggle)
rust-assert-json-diff 2.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 200 kB
  • sloc: perl: 258; python: 148; sh: 42; makefile: 5
file content (41 lines) | stat: -rw-r--r-- 1,579 bytes parent folder | download
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
37
38
39
40
41
Source: rust-assert-json-diff
Section: rust
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-cargo (>= 25),
 librust-serde-1+default-dev <!nocheck>,
 librust-serde-1+derive-dev <!nocheck>,
 librust-serde-json-1+default-dev <!nocheck>,
 librust-version-sync-0.9+default-dev <!nocheck>,
 libstring-shellquote-perl,
Maintainer: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/debian/rust-assert-json-diff.git
Vcs-Browser: https://salsa.debian.org/debian/rust-assert-json-diff
Homepage: https://github.com/davidpdrsn/assert-json-diff
Rules-Requires-Root: no

Package: librust-assert-json-diff-dev
Architecture: all
Multi-Arch: foreign
Depends:
 librust-serde-1+default-dev,
 librust-serde-json-1+default-dev,
 ${misc:Depends},
Provides:
 librust-assert-json-diff-2+default-dev (= ${binary:Version}),
 librust-assert-json-diff-2-dev (= ${binary:Version}),
 librust-assert-json-diff-2.0-dev (= ${binary:Version}),
 librust-assert-json-diff-2.0.2-dev (= ${binary:Version}),
Description: easily compare two JSON values and get great output - Rust source code
 This crate includes macros for comparing two serializable values
 by diffing their JSON representations.
 It is designed to give much more helpful error messages
 than the standard [`assert_eq!`].
 It basically does a diff of the two objects
 and tells you the exact differences.
 This is useful when asserting that two large JSON objects are the same.
 .
 This package contains the source for the Rust assert-json-diff crate,
 packaged for use with cargo and dh-cargo.