[package]
edition = "2021"
name = "opejson"
version = "0.2.1"
authors = ["Rhetro <rhetro@rhetroxc.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Surgical JSON manipulation macros for Rust. (Strict, Genesis, and Law modes)"
readme = "README.md"
keywords = [
"json",
"macro",
"dynamic",
"serde_json",
"auto-vivification",
]
categories = [
"data-structures",
"encoding",
]
license = "MIT"
repository = "https://github.com/rhetro/opejson"
[features]
default = []
law_mode = []
[lib]
name = "opejson"
path = "src/lib.rs"
[[test]]
name = "advanced_penetration"
path = "tests/advanced_penetration.rs"
[[test]]
name = "comprehensive_surgery"
path = "tests/comprehensive_surgery.rs"
[[test]]
name = "performance_limit"
path = "tests/performance_limit.rs"
[dependencies.serde_json]
version = "1.0"