[package]
edition = "2021"
rust-version = "1.75"
name = "edifact-mapper"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "EDIFACT to BO4E bidirectional conversion for the German energy market"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Hochfrequenz/edifact_mapper"
[features]
typed-pid-gate-fv2504 = [
"dep:bo4e-edifact-types",
"bo4e-edifact-types?/typed-pids",
"bo4e-edifact-types?/fv2504",
]
typed-pid-gate-fv2510 = [
"dep:bo4e-edifact-types",
"bo4e-edifact-types?/typed-pids",
"bo4e-edifact-types?/fv2510",
]
typed-pid-gate-fv2604 = [
"dep:bo4e-edifact-types",
"bo4e-edifact-types?/typed-pids",
"bo4e-edifact-types?/fv2604",
]
typed-pid-gate-fv2610 = [
"dep:bo4e-edifact-types",
"bo4e-edifact-types?/typed-pids",
"bo4e-edifact-types?/fv2610",
]
[lib]
name = "edifact_mapper"
path = "src/lib.rs"
[[example]]
name = "forward_map_audit"
path = "examples/forward_map_audit.rs"
[[test]]
name = "aperak_mapper_test"
path = "tests/aperak_mapper_test.rs"
[[test]]
name = "bundle_carries_its_code_lists"
path = "tests/bundle_carries_its_code_lists.rs"
[[test]]
name = "bundle_provenance"
path = "tests/bundle_provenance.rs"
[[test]]
name = "companion_leak_test"
path = "tests/companion_leak_test.rs"
[[test]]
name = "contrl_mapper_test"
path = "tests/contrl_mapper_test.rs"
[[test]]
name = "forward_map_smoke_test"
path = "tests/forward_map_smoke_test.rs"
[[test]]
name = "from_edifact_diagnostics"
path = "tests/from_edifact_diagnostics.rs"
[[test]]
name = "group_entry_segment"
path = "tests/group_entry_segment.rs"
[[test]]
name = "iftsta_nested_status_test"
path = "tests/iftsta_nested_status_test.rs"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"
[[test]]
name = "interchange_envelope_round_trip"
path = "tests/interchange_envelope_round_trip.rs"
[[test]]
name = "mapper_test"
path = "tests/mapper_test.rs"
[[test]]
name = "marktteilnehmer_nested_children_test"
path = "tests/marktteilnehmer_nested_children_test.rs"
[[test]]
name = "message_header_survives_a_roundtrip"
path = "tests/message_header_survives_a_roundtrip.rs"
[[test]]
name = "nad_dp_placement_test"
path = "tests/nad_dp_placement_test.rs"
[[test]]
name = "nested_child_group_pairing_test"
path = "tests/nested_child_group_pairing_test.rs"
[[test]]
name = "reverse_order_permutation_gate"
path = "tests/reverse_order_permutation_gate.rs"
[[test]]
name = "sample_conformance_gate"
path = "tests/sample_conformance_gate.rs"
[[test]]
name = "technische_ressource_reference_qualifiers"
path = "tests/technische_ressource_reference_qualifiers.rs"
[[test]]
name = "transaktion_without_stammdaten"
path = "tests/transaktion_without_stammdaten.rs"
[[test]]
name = "typed_pid_gate"
path = "tests/typed_pid_gate.rs"
[[test]]
name = "unh_release_codes"
path = "tests/unh_release_codes.rs"
[[test]]
name = "validate_absent_optional_groups_test"
path = "tests/validate_absent_optional_groups_test.rs"
[[test]]
name = "validate_bo4e_all_message_types"
path = "tests/validate_bo4e_all_message_types.rs"
[[test]]
name = "validate_bo4e_parity"
path = "tests/validate_bo4e_parity.rs"
[[test]]
name = "validate_bo4e_parity_all_types"
path = "tests/validate_bo4e_parity_all_types.rs"
[[test]]
name = "validate_edifact_smoke"
path = "tests/validate_edifact_smoke.rs"
[[test]]
name = "validate_multigroup_codes_test"
path = "tests/validate_multigroup_codes_test.rs"
[[test]]
name = "validation_test"
path = "tests/validation_test.rs"
[dependencies.automapper-validation]
version = "0.8.0"
[dependencies.bo4e-edifact-types]
version = "0.8.0"
optional = true
default-features = false
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.edifact-parser]
version = "0.8.0"
[dependencies.edifact-primitives]
version = "0.8.0"
[dependencies.mig-assembly]
version = "0.8.0"
[dependencies.mig-bo4e]
version = "0.8.0"
[dependencies.mig-types]
version = "0.8.0"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tempfile]
version = "3"