# 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 = "cpnets" version = "1.1.0" authors = ["Tronje Krabbe "] description = "A Colored Petri Net library" readme = "README.md" keywords = [ "colored", "coloured", "petri", "nets", ] license = "0BSD" repository = "https://gitlab.com/tronje/cpn-rs" [[bench]] name = "traffic_light" harness = false [dependencies.itertools] version = "0.10.5" [dependencies.pyo3] version = "0.19.0" features = [ "abi3", "auto-initialize", ] [dependencies.rand] version = "0.8.5" [dev-dependencies.criterion] version = "0.5" features = [ "html_reports", "cargo_bench_support", ]