rebop 0.7.0

A fast stochastic simulator for chemical reaction networks
Documentation
[[bench]]
harness = false
name = "my_benchmark"

[[bin]]
bench = false
name = "vilar"
path = "benches/vilar/vilar.rs"
[dependencies.pyo3]
features = ["abi3-py310"]
version = "0.21.2"

[dependencies.rand]
features = ["small_rng"]
version = "0.8.5"

[dependencies.rand_distr]
version = "0.4.3"
[dev-dependencies.criterion]
version = "0.5.1"

[lib]
bench = false
crate-type = ["lib", "cdylib"]
path = "src/lib.rs"

[package]
authors = ["Virgile Andreani <armavica@ulminfo.fr>"]
categories = ["algorithms", "mathematics", "science", "simulation"]
description = "A fast stochastic simulator for chemical reaction networks"
edition = "2021"
homepage = "https://armavica.github.io/rebop/"
keywords = ["gillespie-algorithm", "systems-biology", "stochastic", "scientific-computing"]
license = "MIT"
name = "rebop"
readme = "README.md"
repository = "https://github.com/Armavica/rebop/"
version = "0.7.0"