wasm4pm-types 26.5.21

Binary data structures for wasm4pm process mining platform
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"
name = "wasm4pm-types"
version = "26.5.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binary data structures for wasm4pm process mining platform"
documentation = "https://docs.rs/wasm4pm-types"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/seanchatmangpt/wasm4pm"

[features]
import = [
    "quick-xml",
    "flate2",
]

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

[dependencies.blake3]
version = "1.5"

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

[dependencies.flate2]
version = "1.0"
optional = true

[dependencies.hashbrown]
version = "0.17"
features = ["inline-more"]

[dependencies.quick-xml]
version = "0.37"
optional = true

[dependencies.rustc-hash]
version = "2"

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

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

[dependencies.smallvec]
version = "1.13"
features = ["serde"]

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

[dev-dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]