random-pick 1.2.4

Pick an element from a slice randomly by given weights.
Documentation
# 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]
name = "random-pick"
version = "1.2.4"
authors = ["Magic Len <len@magiclen.org>"]
description = "Pick an element from a slice randomly by given weights."
homepage = "https://magiclen.org/random-pick"
readme = "README.md"
keywords = ["random", "pick", "choose", "array", "slice"]
categories = ["no-std", "algorithms"]
license = "MIT"
repository = "https://github.com/magiclen/random-pick"
[dependencies.random-integer]
version = "1.0.0"
[badges.appveyor]
branch = "master"
repository = "magiclen/random-pick"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "magiclen/random-pick"