sort-package-json 0.0.5

A Rust implementation of sort-package-json that sorts package.json files according to well-established npm conventions
Documentation
[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0"

[dev-dependencies.criterion2]
default-features = false
version = "3"

[dev-dependencies.ignore]
version = "0.4"

[dev-dependencies.insta]
version = "1.41"

[features]
codspeed = ["criterion2/codspeed"]

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

[lints.clippy]
allow_attributes = "warn"
clone_on_ref_ptr = "warn"
dbg_macro = "warn"
empty_drop = "warn"
empty_structs_with_brackets = "warn"
exit = "warn"
filetype_is_file = "warn"
get_unwrap = "warn"
impl_trait_in_params = "warn"
infinite_loop = "warn"
print_stderr = "warn"
print_stdout = "warn"
rc_buffer = "warn"
rc_mutex = "warn"
rest_pat_in_fully_bound_structs = "warn"
self_named_module_files = "warn"
todo = "warn"
undocumented_unsafe_blocks = "warn"
unimplemented = "warn"
unnecessary_safety_comment = "warn"

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

[lints.rust]
absolute_paths_not_starting_with_crate = "warn"
non_ascii_idents = "warn"
unit-bindings = "warn"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage)", "cfg(coverage_nightly)"]
level = "warn"
priority = 0

[package]
authors = ["Boshen <boshenc@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "A Rust implementation of sort-package-json that sorts package.json files according to well-established npm conventions"
edition = "2021"
include = ["/src"]
keywords = []
license = "MIT"
name = "sort-package-json"
publish = true
readme = "README.md"
repository = "https://github.com/oxc-project/sort-package-json"
rust-version = "1.76"
version = "0.0.5"

[profile.release]
codegen-units = 1
debug = 0
lto = "fat"
opt-level = 3
panic = "abort"
strip = "symbols"