[dependencies.cdumay_core]
version = "0.1"
[dependencies.serde-value]
version = "0.7"
[dependencies.serde_json]
version = "1.0"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[lib]
name = "cdumay_json"
path = "src/lib.rs"
[package]
authors = ["Cédric Dumay <cedric.dumay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust Library for JSON"
documentation = "https://docs.rs/cdumay_json"
edition = "2024"
homepage = "https://github.com/cdumay/cdumay_json"
license-file = "LICENSE"
name = "cdumay_json"
readme = "README.md"
repository = "https://github.com/cdumay/cdumay_json"
version = "0.1.1"
[[test]]
name = "test_json_error"
path = "tests/test_json_error.rs"
[[test]]
name = "test_macros"
path = "tests/test_macros.rs"