json-e 4.8.1

A data-structure parameterization system for embedding context in JSON objects
Documentation
[package]
name = "json-e"
version = "4.8.1"
authors = ["owlishDeveloper <bugzeeeeee@gmail.com>", "Alex Lopez <alex.lopez.zorzano@gmail.com>"]
edition = "2018"
license = "MPL-2.0"
repository = "https://github.com/json-e/json-e"
documentation = "https://docs.rs/json-e/"
homepage = "https://json-e.js.org"
description = "A data-structure parameterization system for embedding context in JSON objects"

[dependencies]
anyhow = "1.0.32"
serde_json = "1.0.57"
thiserror = "1.0"
nom = "7"
lazy_static = "1.4.0"
chrono = "0.4.19"

[build-dependencies]
yaml-rust = "0.4"
serde_json = "1.0.57"