fracturedjson 0.1.0

Rust port of FracturedJsonJs: human-friendly JSON formatter with optional comment support.
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.unicode-width]
version = "0.1"

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

[package]
authors = ["Felipe Coury <felipe.coury@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "text-processing"]
description = "Rust port of FracturedJsonJs: human-friendly JSON formatter with optional comment support."
documentation = "https://docs.rs/fracturedjson"
edition = "2021"
homepage = "https://j-brooke.github.io/FracturedJson/"
keywords = ["json", "formatter", "pretty-print", "serialization"]
license = "MIT"
name = "fracturedjson"
readme = "README.md"
repository = "https://github.com/fcoury/fracturedjson-rs"
version = "0.1.0"

[[test]]
name = "always_expand_formatting"
path = "tests/always_expand_formatting.rs"

[[test]]
name = "comment_formatting"
path = "tests/comment_formatting.rs"

[[test]]
name = "east_asian_wide_characters"
path = "tests/east_asian_wide_characters.rs"

[[test]]
name = "ending_comma_formatting"
path = "tests/ending_comma_formatting.rs"

[[test]]
name = "helpers"
path = "tests/helpers.rs"

[[test]]
name = "length_and_complexity"
path = "tests/length_and_complexity.rs"

[[test]]
name = "number_formatting"
path = "tests/number_formatting.rs"

[[test]]
name = "object_serialization"
path = "tests/object_serialization.rs"

[[test]]
name = "pad_formatting"
path = "tests/pad_formatting.rs"

[[test]]
name = "property_alignment"
path = "tests/property_alignment.rs"

[[test]]
name = "table_formatting"
path = "tests/table_formatting.rs"

[[test]]
name = "top_level_items"
path = "tests/top_level_items.rs"

[[test]]
name = "universal"
path = "tests/universal.rs"