[dependencies.chrono]
optional = true
version = "0.4.42"
[dependencies.chrono-tz]
optional = true
version = "0.10.4"
[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0.145"
[features]
datetime = ["dep:chrono", "dep:chrono-tz"]
default = ["datetime"]
[lib]
name = "json_matcher"
path = "src/lib.rs"
[package]
authors = ["Sam Roberts <samgqroberts@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "development-tools::testing"]
description = "Utility library for declaratively matching JSON values"
documentation = "https://docs.rs/json-matcher"
edition = "2021"
homepage = "https://github.com/samgqroberts/json-matcher"
include = ["/src", "LICENSE"]
keywords = ["serde", "json", "matcher", "testing"]
license = "MIT"
name = "json-matcher"
readme = "README.md"
repository = "https://github.com/samgqroberts/json-matcher"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]