# 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 = "random-distributions-cli" version = "0.2.0" description = "A tool to generate samples from various random distributions, as a text lines or a binary stream. Includes a general form of Stable distribution." keywords = ["random", "distribution", "sampling", "cli"] categories = ["command-line-utilities", "algorithms", "simulation", "science", "mathematics"] license = "MIT/Apache-2.0" repository = "https://github.com/vi/random-distributions-cli" [dependencies.anyhow] version = "1.0.42" [dependencies.argh] version = "0.1.5" [dependencies.byteorder] version = "1.4.3" [dependencies.rand] version = "0.8.4" features = ["small_rng"] [dependencies.statrs] version = "0.15.0" [dependencies.strum] version = "0.21.0" [dependencies.strum_macros] version = "0.21.1"