[package]
name = "edifact-mapper"
description = "EDIFACT to BO4E bidirectional conversion for the German energy market"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
edifact-parser.workspace = true
mig-types.workspace = true
mig-assembly.workspace = true
mig-bo4e.workspace = true
automapper-validation.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
[dev-dependencies]
tempfile.workspace = true