# 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 = "marlea_engine" version = "0.1.1" description = "This is the standalone engine for marlea available to be imported as an object in other projects. It preforms stochastic simulation and parsing on CRNs from CSV files (Other formats TBA). " license = "MIT" license-file = "LICENSE" [dependencies.chrono] version = "0.4.24" [dependencies.csv] version = "1.2.1" [dependencies.rand] version = "0.8.5" [dependencies.threadpool] version = "1.8.1"