postmortem 0.1.1

A validation library that accumulates all errors for comprehensive feedback
Documentation
[dependencies.indexmap]
version = "2.12.1"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rayon]
version = "1.10"

[dependencies.regex]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.stillwater]
version = "0.13"

[dependencies.thiserror]
version = "2"

[dev-dependencies]

[features]
default = []
effect = []

[lib]
name = "postmortem"
path = "src/lib.rs"

[package]
authors = ["Glen Baker <iepathos@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "rust-patterns"]
description = "A validation library that accumulates all errors for comprehensive feedback"
edition = "2021"
keywords = ["validation", "error", "schema", "errors", "postmortem"]
license = "MIT"
name = "postmortem"
readme = "README.md"
repository = "https://github.com/iepathos/postmortem"
version = "0.1.1"

[[test]]
name = "array_test"
path = "tests/array_test.rs"

[[test]]
name = "combinators_test"
path = "tests/combinators_test.rs"

[[test]]
name = "cross_field_test"
path = "tests/cross_field_test.rs"

[[test]]
name = "error_test"
path = "tests/error_test.rs"

[[test]]
name = "integer_test"
path = "tests/integer_test.rs"

[[test]]
name = "json_schema_test"
path = "tests/json_schema_test.rs"

[[test]]
name = "path_test"
path = "tests/path_test.rs"

[[test]]
name = "recursive_schemas_test"
path = "tests/recursive_schemas_test.rs"

[[test]]
name = "references_test"
path = "tests/references_test.rs"

[[test]]
name = "registry_test"
path = "tests/registry_test.rs"

[[test]]
name = "string_test"
path = "tests/string_test.rs"

[[test]]
name = "thread_safety_test"
path = "tests/thread_safety_test.rs"