epcis-cli 0.1.4

Command line interface for EPCIS event hashing and identifier translation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "epcis-cli"
version = { workspace = true }
edition.workspace = true
authors.workspace = true
license.workspace = true
description = "Command line interface for EPCIS event hashing and identifier translation"

[dependencies]
epcis-models = { path = "../epcis-models", version = "0.1.4" }
epcis-hash = { path = "../epcis-hash", version = "0.1.4" }
epcis-translate = { path = "../epcis-translate", version = "0.1.4" }
clap = { version = "4.6.1", features = ["derive"] }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }