mirror of
https://github.com/Noratrieb/jsonformat.git
synced 2026-01-14 14:15:03 +01:00
22 lines
556 B
TOML
22 lines
556 B
TOML
[workspace]
|
|
members = [".", "jsonformat-cli"]
|
|
|
|
[package]
|
|
name = "jsonformat"
|
|
version = "2.0.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"
|