# 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 = "snurr" version = "0.7.0" authors = ["sajox"] build = false include = [ "Cargo.toml", "LICENSE", "/src", "/examples", ] 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" [lib] name = "snurr" path = "src/lib.rs" doctest = false [[example]] name = "simple" path = "examples/simple.rs" [dependencies.hashbrown] version = "0.15" optional = true [dependencies.log] version = "0.4" [dependencies.quick-xml] version = "0.37" [dependencies.rayon] version = "1.10" optional = true [dependencies.thiserror] version = "2" [dev-dependencies.pretty_env_logger] version = "0.5" [features] default = ["hashbrown"] hashbrown = ["dep:hashbrown"] parallel = ["dep:rayon"] trace = [] [lints.rust] unsafe_code = "forbid"