choose-rand 0.2.0

A small crate for choosing random items from a set of weighted items.
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 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 = "choose-rand"
version = "0.2.0"
authors = ["HyperCodec"]
description = "A small crate for choosing random items from a set of weighted items."
homepage = "https://github.com/HyperCodec/choose-rand"
readme = "README.md"
keywords = [
    "random",
    "rng",
]
categories = ["random"]
license = "MIT"
repository = "https://github.com/HyperCodec/choose-rand"

[dependencies.eq-float]
version = "0.1.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.weighted_rand]
version = "0.4.1"

[features]
default = []
eq_float = []