libpetri-runtime 1.3.3

Bitmap executor runtime 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-runtime"
version = "1.3.3"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bitmap executor runtime 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]
default = []
tokio = ["dep:tokio"]

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

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

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

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "time",
    "sync",
    "macros",
]
optional = true

[build-dependencies.libpetri-docgen]
version = "1.3.3"