libpetri-runtime 1.3.5

Bitmap executor runtime for libpetri Coloured Time Petri Net engine
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "libpetri-core"
version = "1.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d496c06399284dd1f2c6680b42277e20e6b252e8d0d526509769dd4df6330397"

[[package]]
name = "libpetri-docgen"
version = "1.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d940f3ea5384ae4a6bd5355adcb44a1b57200412f58597e8527ebaf5916539e1"
dependencies = [
 "libpetri-core",
 "libpetri-export",
]

[[package]]
name = "libpetri-event"
version = "1.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4eebdb4e2ca29ebfd4c98d9f7583d723df459afaf336498707083c49aa98239c"

[[package]]
name = "libpetri-export"
version = "1.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ddf239d1fdf99a75b7ab769917b6951356dcc90be8a9f99e361e5da2c2e2553"
dependencies = [
 "libpetri-core",
]

[[package]]
name = "libpetri-runtime"
version = "1.3.5"
dependencies = [
 "libpetri-core",
 "libpetri-docgen",
 "libpetri-event",
 "tokio",
]

[[package]]
name = "pin-project-lite"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"

[[package]]
name = "proc-macro2"
version = "1.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "syn"
version = "2.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "tokio"
version = "1.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d"
dependencies = [
 "pin-project-lite",
 "tokio-macros",
]

[[package]]
name = "tokio-macros"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "unicode-ident"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"