# 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 = "crn" version = "0.1.2" authors = ["Marshall Moats "] description = "Stochastic and deterministic simulation of chemical reaction networks." homepage = "https://github.com/marshallmoats/crn" readme = "README.md" categories = [ "simulation", "science", "mathematics", "algorithms", ] license = "MIT" [dependencies.approx] version = "0.5.1" [dependencies.bimap] version = "0.6.3" [dependencies.eframe] version = "0.22.0" [dependencies.itertools] version = "0.11.0" [dependencies.more-asserts] version = "0.3.1" [dependencies.nom] version = "7.1.3" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.40"