DFSG NEW Queue

DFSG, Licensing & New Packages Team

rust-simd-json 0.18.1-1

Package Information

DescriptionJSON parser using SIMD instructions - Rust source code

This crate parses JSON using single instruction, multiple data (SIMD) operations on supported processors, with a fallback implementation for other systems. It provides owned and borrowed representations of JSON values, serialization, and integration with Serde.

The parser is based on the simdjson approach. Runtime detection selects an appropriate implementation on supported x86 processors. Source code for Debianized Rust crate "simd-json"

MaintainerDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Changed BySteffen Moeller <moeller@debian.org>
Sponsormoeller@debian.org
Distributionunstable
Architectureany
VCSgit: https://salsa.debian.org/rust-team/debcargo-conf.git [src/simd-json] (browse)
Closes#1147529
Trackerhttps://tracker.debian.org/pkg/rust-simd-json
Uploaded4 hours ago

New Package Report

.changes
DateWed, 16 Sep 2026 16:01:19 +0200
Sourcerust-simd-json
Version0.18.1-1
Changed-BySteffen Moeller
Architecturesource amd64
Distributionunstable
Changelog
rust-simd-json (0.18.1-1) unstable; urgency=medium
 .
   * Initial upload (Closes: #1147529).
   * Package simd-json 0.18.1 from crates.io using debcargo 2.8.4
   * Disable nightly hints and unavailable performance instrumentation.
   * Omit test and benchmark targets requiring data excluded from the crate.
   * Use Debian's float-cmp 0.9 for tests.
   * d/patches
     - Account for incompatible assumptions in optional-feature tests.
     - Enlarge the test harness stack for full-feature and arraybackend tests.
     - Fix approximate number parsing without the default SWAR feature.
     - Gate tape deserialization on the Serde implementation feature.
 .
   [ Emmanuel Arias ]
   * d/copyright: .devcontainers/Dockerfile presents MIT license
.dsc
Sectionrust
Priorityoptional
Componentmain
Package-Listlibrust-simd-json-dev deb rust optional arch=any
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: simd-json
Upstream-Contact:
 Heinz N. Gies <heinz@licenser.net>
 Sunny Gleason
Source: https://github.com/simd-lite/simd-json

Files: *
Copyright:
 Heinz N. Gies <heinz@licenser.net>
 Sunny Gleason
License: Apache-2.0 or MIT
Comment:
 Upstream identifies the authors in Cargo.toml but does not specify copyright
 years. LICENSE-MIT retains placeholders for the year and copyright holder.

Files: .devcontainer/Dockerfile
Copyright:
 2019-2023 Microsoft Corporation
License: MIT
Comment:
 See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.


Files: src/*
Copyright:
 Heinz N. Gies <heinz@licenser.net>
 Sunny Gleason
 2018-2025 The simdjson authors
 2014-2024 Serde Developers
License: Apache-2.0 and (Apache-2.0 or MIT)
Comment:
 README.md credits code ported from simdjson and serde_json. The simdjson
 portions are distributed here under Apache-2.0; simd-json and serde_json offer
 Apache-2.0 or MIT. src/macros.rs also identifies the serde_json revision
 from which its JSON construction macros were adapted.
 .
 https://github.com/simdjson/simdjson/blob/master/LICENSE
 https://github.com/serde-rs/json

Files: debian/*
Copyright:
 2026 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
 2026 Steffen Moeller <moeller@debian.org>
License: Apache-2.0 or MIT

License: Apache-2.0
 Debian systems provide the Apache 2.0 license in
 /usr/share/common-licenses/Apache-2.0

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

Other Reviews of this Package

VersionHashAllocatedCompletedReviewerStatusDetails
0.18.1-1 52d95aad… 2026-09-12 22:06 2026-09-12 22:10 eamanu rejected VIEW

Back to Dashboard | View all reviews for this package