# 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 = "rdeck" version = "0.2.0" authors = ["binarycat "] description = "a simple library for choosing distinct random elements" readme = "README.md" keywords = [ "random", "distinct", "unique", "pick", "choose", ] categories = [ "game-development", "algorithms", "data-structures", ] license = "MIT" repository = "https://git.envs.net/binarycat/rdeck" [[example]] name = "playingcards" path = "example/playingcards.rs" [dependencies.rand_core] version = "0.6.4" [dev-dependencies.rand_core] version = "0.6.4" features = ["getrandom"]