snurr 0.13.0

Read BPMN 2.0 files and run the process flow
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 = "snurr"
version = "0.13.0"
authors = ["sajox"]
build = false
include = [
    "Cargo.toml",
    "LICENSE",
    "/src",
    "/examples",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read BPMN 2.0 files and run the process flow"
readme = "README.md"
keywords = [
    "BPMN",
    "process",
]
license = "MIT"
repository = "https://github.com/sajox/snurr"

[features]
default = []
parallel = ["dep:rayon"]

[lib]
name = "snurr"
path = "src/lib.rs"
doctest = false

[[example]]
name = "simple"
path = "examples/simple.rs"

[dependencies.log]
version = "0.4"

[dependencies.quick-xml]
version = "0.38"

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

[dependencies.thiserror]
version = "2"

[dev-dependencies.pretty_env_logger]
version = "0.5"

[lints.rust]
unsafe_code = "forbid"