-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathCargo.toml
30 lines (28 loc) · 987 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
name = "probability"
version = "0.20.3"
license = "Apache-2.0/MIT"
authors = [
"Brian Knapp <[email protected]>",
"Denis Kolodin <[email protected]>",
"Ivan Ukhov <[email protected]>",
"Jon Lund Steffensen <[email protected]>",
"Marek Baczyński <[email protected]>",
"Robert Bamler <[email protected]>",
"Rúnar Berg Baugsson Sigríðarson <[email protected]>",
"William Dillon <[email protected]>",
"Yuki Nagae <[email protected]>",
]
description = "The package provides a probability-theory toolbox."
documentation = "https://docs.rs/probability"
homepage = "https://github.com/stainless-steel/probability"
repository = "https://github.com/stainless-steel/probability"
readme = "README.md"
categories = ["algorithms", "science"]
keywords = ["distribution", "probability", "sampling", "statistics", "random"]
[dependencies]
random = "0.13"
special = "0.10"
[dev-dependencies]
assert = "0.7"
rand = "0.5"