example = []
[dependencies.anyhow]
version = "1"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
features = ["preserve_order"]
version = "1"
[lib]
crate-type = ["lib"]
name = "jsonutils"
path = "src/lib.rs"
[package]
authors = ["Rhelvetican <bionicvnb@gmail.com>"]
description = "Simple JSON utilities for Rust."
edition = "2021"
homepage = "https://github.com/Rhelvetican/json_utils"
keywords = ["serde", "json", "utilities"]
license = "MIT"
name = "json_utils_2024"
readme = "README.md"
repository = "https://github.com/Rhelvetican/json_utils"
version = "0.4.0"