# 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] name = "rmcmc" version = "0.1.0" authors = ["Mike Schmidt "] description = "RMCMC is a Bayesian statistics toolkit with implements, among other algorithms, Markov-Chain-Monte-Carlo." keywords = ["Probability", "Statistics", "Bayesian", "Machine-learning", "MCMC"] categories = ["science"] license = "MIT" repository = "https://github.com/schmidmt/rmcmc" [dependencies.nalgebra] version = "0.16.0" [dependencies.num] version = "0.2.0" [dependencies.rand] version = "0.5.3" [dependencies.rv] version = "^0.4" [dependencies.serde] version = "1.0.70" optional = true [dependencies.serde_derive] version = "1.0.70" optional = true [dependencies.special] version = "0.7.8" [dev-dependencies.assert] version = "0.7.4" [features] serde_support = ["serde", "serde_derive", "nalgebra/serde-serialize"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "schmidmt/rmcmc"