# 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 = "xdevs" version = "0.3.0" authors = ["Román Cárdenas "] description = "An open source DEVS M&S framework." readme = "README.md" keywords = [ "DEVS", "modeling", "simulation", ] categories = ["simulation"] license = "LGPL-3.0-or-later" repository = "https://github.com/iscar-ucm/xdevs.rs" [package.metadata.docs.rs] features = ["par_all"] [profile.release] lto = true panic = "unwind" [[example]] name = "devstone" [[example]] name = "gpt_efp" [dependencies.cpu-time] version = "1.0" optional = true [dependencies.rayon] version = "1.6" optional = true [features] devstone_busy = ["cpu-time"] par_all = [ "par_all_no_xxc", "par_xxc", ] par_all_no_xxc = [ "par_start", "par_sim_no_xxc", "par_stop", ] par_any = ["rayon"] par_collection = ["par_any"] par_eoc = ["par_any"] par_sim = [ "par_sim_no_xxc", "par_xxc", ] par_sim_no_xxc = [ "par_collection", "par_transition", ] par_start = ["par_any"] par_stop = ["par_any"] par_transition = ["par_any"] par_xic = ["par_any"] par_xxc = [ "par_eoc", "par_xic", ]