# 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" rust-version = "1.64" name = "distimate" version = "0.2.1" authors = ["Stephen Waits "] description = "A crate providing probability distributions for estimation and risk analysis" documentation = "https://docs.rs/distimate" readme = "README.md" keywords = [ "probability", "estimation", "risk-analysis", "monte-carlo", "pert", ] categories = [ "mathematics", "science", "simulation", ] license = "MIT" repository = "https://github.com/swaits/distimate" [dependencies.rand] version = "0.8.5" [dependencies.statrs] version = "0.17.1" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" features = ["std_rng"]