# 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" rust-version = "1.71" name = "simul" version = "0.4.1" authors = ["Jordan McQueen "] description = """ A discrete-event simulation library aimed at high-level use-cases to quickly simulate real-world problems and run simulated experiments. Some example use cases might include simulating logistics or operations research problems, running experiments to determine optimal parameters, simulating queueing systems, distributed systems, performance engineering, and so on. """ homepage = "https://github.com/jmqd/simul" readme = "README.md" keywords = [ "sim", "simulation", "annealing", "experiment", ] categories = [ "mathematics", "science", "development-tools", ] license = "MIT" repository = "https://github.com/jmqd/simul" [lib] name = "simul" path = "src/lib.rs" [[bench]] name = "benchmarks" harness = false [dependencies.dyn-clone] version = "1.0.17" [dependencies.log] version = "0.4.21" [dependencies.rand] version = "0.8.5" features = ["alloc"] [dependencies.rand_distr] version = "0.4.3" [dependencies.simul-macro] version = "0.1.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.env_logger] version = "0.11.3"