jsonformat/Cargo.toml
2025-03-21 18:23:56 +01:00

22 lines
556 B
TOML

[workspace]
members = [".", "jsonformat-cli"]
[package]
name = "jsonformat"
version = "2.1.0"
edition = "2024"
license = "MIT"
description = "Formats JSON extremely fast"
homepage = "https://github.com/Noratrieb/jsonformat"
repository = "https://github.com/Noratrieb/jsonformat"
readme = "README.md"
keywords = ["json", "formatting"]
categories = ["parser-implementations"]
include = ["src/lib.rs", "Cargo.toml", "LICENSE", "README.md", "CHANGELOG.md", "benches/bench.rs"]
[[bench]]
name = "bench"
harness = false
[dev-dependencies]
criterion = "0.3.5"