# 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 = "bayes" version = "0.0.1" authors = ["Diego Lima "] build = "build.rs" links = "gsl" publish = ["crates-io"] description = "Composable abstractions to build probabilistic models and inference algorithms" readme = "README.md" keywords = ["statistics", "probability", "inference"] categories = ["science"] license = "LGPL-3.0" [dependencies.nalgebra] version = "0.21.0" features = ["serde-serialize"] [dependencies.petgraph] version = "0.5.0" [dependencies.rand] version = "0.7.3" [dependencies.rand_distr] version = "0.2.2" [dependencies.serde] version = "1.0.111" features = ["derive"] [dependencies.simba] version = "0.1.2" [features] mkl = []