epcis-models 0.1.4

Type-safe GS1 EPCIS 2.0 event models implemented natively in Rust.
# 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 = "2024"
rust-version = "1.96.1"
name = "epcis-models"
version = "0.1.4"
authors = ["Duma Mtungwa <duma@matangaresearch.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type-safe GS1 EPCIS 2.0 event models implemented natively in Rust."
documentation = "https://docs.rs/epcis-models"
readme = "README.md"
keywords = [
    "epcis",
    "gs1",
    "tracking",
    "supply-chain",
    "serialization",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MATANGAresearch/epcis-sdk"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.chrono]
version = "0.4.45"
features = ["serde"]

[dependencies.quick-xml]
version = "0.41.0"
features = [
    "serialize",
    "serialize",
]

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

[dependencies.serde_json]
version = "1.0.150"
features = ["preserve_order"]

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.strum_macros]
version = "0.28.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.url]
version = "2.5.8"
features = ["serde"]

[dependencies.uuid]
version = "1.23.4"
features = [
    "serde",
    "v4",
]