[dependencies.chrono]
version = "0.4.41"
[dependencies.email_address]
version = "0.2.9"
[dependencies.expect-json-macros]
version = "1.1.0"
[dependencies.num]
version = "0.4.3"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.142"
[dependencies.thiserror]
version = "2.0.14"
[dependencies.typetag]
version = "0.2.20"
[dependencies.uuid]
version = "1.18.0"
[dev-dependencies.axum]
features = []
version = "0.8.4"
[dev-dependencies.axum-test]
version = "18.0.0-rc3"
[dev-dependencies.pretty_assertions]
version = "1.4.1"
[features]
default = []
[lib]
name = "expect_json"
path = "src/lib.rs"
[package]
authors = ["Joseph Lenton <josephlenton@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing", "development-tools"]
description = "For comparisons on JSON data"
documentation = "https://docs.rs/expect-json"
edition = "2021"
keywords = ["testing", "test", "json", "serde_json"]
license = "MIT"
name = "expect-json"
publish = true
readme = "README.md"
repository = "https://github.com/JosephLenton/expect-json"
rust-version = "1.83"
version = "1.3.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[[test]]
name = "test_array_values"
path = "tests/test_array_values.rs"
[[test]]
name = "test_boolean_values"
path = "tests/test_boolean_values.rs"
[[test]]
name = "test_expect_op"
path = "tests/test_expect_op.rs"
[[test]]
name = "test_mixed_types"
path = "tests/test_mixed_types.rs"
[[test]]
name = "test_null_values"
path = "tests/test_null_values.rs"
[[test]]
name = "test_number_values"
path = "tests/test_number_values.rs"
[[test]]
name = "test_object_values"
path = "tests/test_object_values.rs"
[[test]]
name = "test_string_values"
path = "tests/test_string_values.rs"