# 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 = "bourse-de" version = "0.4.0" authors = ["zombie-einstein"] description = "Discrete event market simulation library" readme = "README.md" keywords = [ "agent-based-model", "abm", "multi-agent", "simulation", "finance", ] categories = [ "simulation", "finance", "science", ] license = "MIT" repository = "https://github.com/zombie-einstein/bourse/" [[bench]] name = "step_sim" path = "benches/benchmarks.rs" harness = false [dependencies.bourse-book] version = "0.4.0" [dependencies.bourse-macros] version = "0.4.0" [dependencies.kdam] version = "0.5.1" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.rand_xoshiro] version = "0.6.0" [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.divan] version = "0.1.14"