composer-wire 0.2.0

Composer v2 repository wire format: the p2/packages.json metadata documents and the composer/2.0 minify/expand algorithm.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.95"
name = "composer-wire"
version = "0.2.0"
authors = ["Jelle Besseling <jelle@pingiun.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Composer v2 repository wire format: the p2/packages.json metadata documents and the composer/2.0 minify/expand algorithm."
homepage = "https://github.com/cresset-tools/composer-rs"
documentation = "https://docs.rs/composer-wire"
readme = "README.md"
keywords = [
    "composer",
    "php",
    "packagist",
    "metadata",
    "repository",
]
categories = [
    "parser-implementations",
    "development-tools",
]
license = "EUPL-1.2"
repository = "https://github.com/cresset-tools/composer-rs"

[lib]
name = "composer_wire"
path = "src/lib.rs"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[lints.clippy]
missing_errors_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
unsafe_code = "deny"