# 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 = "rstat" version = "0.6.0" authors = ["Tom Spooner "] description = "Probability distributions and statistics in Rust with integrated fitting routines, convolution support and mixtures" documentation = "https://docs.rs/rstat" readme = "README.md" keywords = ["probability", "statistics", "sampling", "distribution"] license = "MIT" repository = "https://github.com/tspooner/rstat" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "katex.html"] [dependencies.failure] version = "0.1" [dependencies.ndarray] version = "0.13" [dependencies.ndarray-linalg] version = "0.12" optional = true [dependencies.num] version = "0.2" [dependencies.rand] version = "0.7" [dependencies.rand_distr] version = "0.2" [dependencies.serde_crate] version = "1.0" features = ["std", "derive"] optional = true default-features = false package = "serde" [dependencies.spaces] version = "5.0" [dependencies.special-fun] version = "0.2" [features] default = [] serde = ["serde_crate", "ndarray/serde", "spaces/serialize"]