# 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 = "dynamic-weighted-index" version = "0.1.0" authors = ["Manuel Penschuck "] exclude = [ ".github", ".gitignore", ] description = "Data structure to sample elements with weights that can be efficiently updated" keywords = [ "random", "rng", ] categories = [ "algorithms", "mathematics", "science", "simulation", ] license = "MIT" repository = "https://github.com/manpen/dynamic-weighted-index/" [dependencies.rand] version = "0.8" [dependencies.smallvec] version = "1.10" [dev-dependencies.assert_float_eq] version = "1.1" [dev-dependencies.itertools] version = "0.10" [dev-dependencies.pcg_rand] version = "0.13" [dev-dependencies.statrs] version = "0.16" [dev-dependencies.structopt] version = "0.3"