edifact-mapper 0.1.13

EDIFACT to BO4E bidirectional conversion for the German energy market
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 = "edifact-mapper"
version = "0.1.13"
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"

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

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

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

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

[dependencies.automapper-validation]
version = "0.1.13"

[dependencies.edifact-parser]
version = "0.1.13"

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

[dependencies.mig-bo4e]
version = "0.1.13"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.tempfile]
version = "3"