# 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 = "sosa" version = "3.0.3" description = "Stochastic simulation algorithm (SSA) with a Monte-Carlo generating method" license = "Apache-2.0 OR MIT" repository = "https://github.com/fraterenz/sosa" [dependencies.anyhow] version = "1.0" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rand_distr] version = "0.4.0" [dependencies.serde] version = "1.0.150" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.thiserror] version = "1" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1" [dev-dependencies.rand_chacha] version = "0.3.1"