# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "markovian" version = "0.2.1" authors = ["Raimundo Saona "] description = "Simulation of Markov Processes as stochastic processes.\n" homepage = "https://crates.io/crates/markovian" documentation = "https://docs.rs/markovian" readme = "README.md" keywords = ["chain", "markov", "probability", "random", "numerics"] categories = ["science", "mathematics", "simulation"] license = "MIT OR Apache-2.0" repository = "https://github.com/rasa200/markovian" [[bench]] name = "brownian_motion" harness = false [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.7" [dependencies.rand_distr] version = "0.2" [dependencies.thiserror] version = "1.0" [dev-dependencies.approx] version = "0.3" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.ndarray] version = "0.13" [dev-dependencies.preexplorer] version = "0.3" [dev-dependencies.pretty_assertions] version = "0.6" [dev-dependencies.rand_pcg] version = "0.2" [dev-dependencies.rayon] version = "1.3" [badges.maintenance] status = "actively-developed"