# 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" name = "probs" version = "0.3.1" authors = ["yihengdu"] description = "Statistics toolkit" documentation = "https://docs.rs/probs/latest/probs" readme = "README.md" keywords = [ "statistic", "probability", "sample", ] categories = [ "algorithms", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mrlazy1708/probs" resolver = "2" [dependencies.nalgebra] version = "^0.30" [dependencies.ndarray] version = "^0.15" [dependencies.nshare] version = "^0.9" [dependencies.num] version = "^0.4" [dependencies.rand] version = "^0.8" [dependencies.tqdm] version = "^0.3"