libpetri-debug 1.3.2

Debug protocol for libpetri Coloured Time Petri Net engine
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 = "2024"
rust-version = "1.88"
name = "libpetri-debug"
version = "1.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Debug protocol for libpetri Coloured Time Petri Net engine"
homepage = "https://libpetri.org"
readme = false
license = "Apache-2.0"
repository = "https://github.com/libpetri/libpetri"
resolver = "2"

[features]
archive = ["dep:flate2"]
default = []

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

[dependencies.crossbeam-channel]
version = "0.5"

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

[dependencies.libpetri-core]
version = "1.3.2"

[dependencies.libpetri-event]
version = "1.3.2"

[dependencies.libpetri-export]
version = "1.3.2"

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

[dependencies.serde_json]
version = "1"