[package] name = "weighted_random_list" version = "0.1.1" authors = ["Stefan Schindler "] edition = "2018" license = "MIT/Apache-2.0" readme = "README.md" repository = "https://gitlab.com/dns2utf8/weighted_random_list" homepage = "https://gitlab.com/dns2utf8/weighted_random_list" documentation = "https://docs.rs/weighted_random_list" description = "A Vec that allows you to define the weight of each entry and randomly get entries" keywords = ["collection", "vec", "random"] categories = ["data-structures", "algorithms"] include = ["src/*", "examples/*", "Cargo.toml", "README.md", "LICENSE.mit", "LICENSE.apache"] [dependencies] rand = "0.6"