# 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.70" name = "rpick" version = "0.9.1" authors = ["Randy Barlow "] description = """ Helps you pick items from a list by various algorithms. Example uses: pick a restaurant you haven't been to in a while, or an album to listen to.""" documentation = "https://docs.rs/rpick" readme = "README.md" keywords = [ "random", "game", ] categories = [ "command-line-utilities", "games", ] license = "GPL-3.0" repository = "https://github.com/bowlofeggs/rpick" [profile.release] lto = true [dependencies.clap] version = "4.4" features = [ "derive", "env", ] [dependencies.dirs-next] version = "2" [dependencies.prettytable-rs] version = "0.10" [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.statrs] version = "0.16" [dependencies.thiserror] version = "1" [dev-dependencies.approx] version = "0.5" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.mockall] version = "0.11" [dev-dependencies.rand] version = "0.8" features = ["small_rng"] [dev-dependencies.regex] version = "1" [dev-dependencies.tempfile] version = "3"