pflow-tokenmodel 0.3.0

Token model schema, snapshot, and runtime execution
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 = "pflow-tokenmodel"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Token model schema, snapshot, and runtime execution"
homepage = "https://pflow.xyz"
readme = false
keywords = [
    "token-model",
    "state-machine",
    "petri-net",
    "schema",
]
categories = [
    "simulation",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/pflow-xyz/pflow-rs"

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

[dependencies.hex]
version = "0.4"

[dependencies.pflow-core]
version = "0.3.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"