weighted-list 0.5.0

A list class for weighted randomisation
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 = "2024"
name = "weighted-list"
version = "0.5.0"
authors = ["Sup#2.0"]
build = false
exclude = [".dev.md"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A list class for weighted randomisation"
documentation = "https://docs.rs/weighted-list/latest/weighted_list/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Sup2point0/weighted-list/tree/main/rust"

[lib]
name = "weighted_list"
path = "src/lib.rs"

[[test]]
name = "mod"
path = "tests/mod.rs"

[dependencies.bon]
version = "3.8.1"

[dependencies.itertools]
version = "0.14.0"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.rand]
version = "0.9"

[dev-dependencies.statrs]
version = "0.18.0"