deno_package_json 0.53.0

package.json implementation for the Deno CLI
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"
name = "deno_package_json"
version = "0.53.0"
authors = ["the Deno authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "package.json implementation for the Deno CLI"
readme = "README.md"
license = "MIT"
repository = "https://github.com/denoland/deno"
resolver = "2"

[features]
sync = ["deno_maybe_sync/sync"]

[lib]
name = "deno_package_json"
path = "lib.rs"

[dependencies.boxed_error]
version = "0.2.3"

[dependencies.capacity_builder]
version = "0.5.0"

[dependencies.deno_error]
version = "=0.7.1"
features = [
    "serde",
    "serde_json",
]

[dependencies.deno_maybe_sync]
version = "0.38.0"

[dependencies.deno_path_util]
version = "=0.6.4"

[dependencies.deno_semver]
version = "=0.10.0"

[dependencies.indexmap]
version = "2"
features = [
    "serde",
    "serde",
]

[dependencies.serde]
version = "1.0.149"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1.0.85"

[dependencies.sys_traits]
version = "0.1.28"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.url]
version = "2.5"
features = [
    "serde",
    "expose_internals",
]

[dev-dependencies.pretty_assertions]
version = "=1.4.1"