# 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 = "stochastic-queue" version = "0.2.0" authors = ["Wilson Lin "] description = "Queue and MPMC channel that pops in a random order" homepage = "https://github.com/wilsonzlin/stochastic-queue" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/wilsonzlin/stochastic-queue.git" [dependencies.rand] version = "0.8.5"