# 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] name = "probability" version = "0.20.3" authors = [ "Brian Knapp ", "Denis Kolodin ", "Ivan Ukhov ", "Jon Lund Steffensen ", "Marek Baczyński ", "Robert Bamler ", "Rúnar Berg Baugsson Sigríðarson ", "William Dillon ", "Yuki Nagae ", ] description = "The package provides a probability-theory toolbox." homepage = "https://github.com/stainless-steel/probability" documentation = "https://docs.rs/probability" readme = "README.md" keywords = [ "distribution", "probability", "sampling", "statistics", "random", ] categories = [ "algorithms", "science", ] license = "Apache-2.0/MIT" repository = "https://github.com/stainless-steel/probability" [dependencies.random] version = "0.13" [dependencies.special] version = "0.10" [dev-dependencies.assert] version = "0.7" [dev-dependencies.rand] version = "0.5"