edifact-data 0.1.13

CLI tool for downloading EDIFACT mapping data bundles
[package]
name = "edifact-data"
description = "CLI tool for downloading EDIFACT mapping data bundles"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true

[[bin]]
name = "edifact-data"
path = "src/main.rs"

[dependencies]
clap.workspace = true
edifact-mapper.workspace = true
mig-bo4e.workspace = true
flate2.workspace = true
reqwest = { version = "0.12", features = ["blocking", "json"] }
serde_json.workspace = true
bytes = "1"