# 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 = "rng-query" version = "2.1.0" authors = ["Zheoni "] description = "CLI to use pseudorandomness the easy way" readme = "README.md" keywords = [ "cli", "rng", "dice", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Zheoni/rng-query" [profile.release] debug = 0 strip = true [[bin]] name = "rq" path = "src/bin/rq.rs" required-features = ["bin"] [dependencies.anstream] version = "0.6.12" optional = true [dependencies.clap] version = "4.5.1" features = ["cargo"] optional = true [dependencies.owo-colors] version = "4.0.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_pcg] version = "0.3.1" [dependencies.regex] version = "1.10.3" [dev-dependencies.test-case] version = "3.1.0" [features] bin = [ "dep:clap", "dep:anstream", ] default = ["bin"]