package_json_parser 0.0.16

A parser for package.json
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 = "package_json_parser"
version = "0.0.16"
authors = ["ityuany <519495771@qq.com>"]
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A parser for package.json"
readme = "README.md"
keywords = [
    "package",
    "json",
    "parser",
]
categories = [
    "parser-implementations",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/ityuany/package_json_parser"

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

[dependencies.derive_more]
version = "2.0.1"
features = [
    "deref",
    "deref_mut",
]

[dependencies.jsonc-parser]
version = "0.26.2"

[dependencies.lazy-regex]
version = "3.4.1"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]

[dependencies.rustc-hash]
version = "2.1.1"

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

[dependencies.serde_json]
version = "1.0.105"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.validator]
version = "0.20.0"