automapper-validation 0.1.65

AHB condition expression parsing, evaluation, and EDIFACT validation
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.75"
name = "automapper-validation"
version = "0.1.65"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AHB condition expression parsing, evaluation, and EDIFACT validation"
readme = false
license = "MIT"
repository = "https://github.com/Hochfrequenz/edifact_mapper"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.ahb-types]
version = "0.1.65"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.edifact-primitives]
version = "0.1.65"

[dependencies.mig-assembly]
version = "0.1.65"

[dependencies.mig-types]
version = "0.1.65"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.insta]
version = "1"
features = [
    "json",
    "json",
]

[dev-dependencies.pretty_assertions]
version = "1"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.test-case]
version = "3"