# 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 = "entromatica" version = "2.3.0" authors = ["Daniel Meiborg"] description = "Entromatica is a library for constructing, simulating and analyzing markov chains." homepage = "https://entromatica.com" documentation = "https://docs.rs/entromatica" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/DanielMeiborg/entromatica" [dependencies.backtrace] version = "0.3.67" [dependencies.derive_more] version = "0.99.17" [dependencies.hashbrown] version = "0.13.1" features = [ "rayon", "serde", ] [dependencies.itertools] version = "0.10.5" [dependencies.ndarray] version = "0.15.6" [dependencies.petgraph] version = "0.6.2" [dependencies.rayon] version = "1.5" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.thiserror] version = "1.0.38" [dev-dependencies.serde_json] version = "1.0.91"