opejson 0.2.1

Surgical JSON manipulation macros for Rust. (Strict, Genesis, and Law modes)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"