# 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] edition = "2018" name = "reservoir-sampling" version = "0.5.1" authors = ["Kartavya Vashishtha "] description = "Implementations of a variety of algorithms for reservoir sampling in Rust." keywords = ["random", "rng", "streaming"] categories = ["algorithms"] license = "Unlicense" repository = "https://github.com/DesmondWillowbrook/rs-reservoir-sampling" [features] default = ["unweighted", "weighted"] unweighted = [] weighted = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rand] version = "^0.8" [target.wasm32-unknown-unknown.dependencies.getrandom] version = "^0.2" features = ["js"] [target.wasm32-unknown-unknown.dependencies.rand] version = "^0.8" features = ["getrandom"] [target.wasm32-unknown-unknown.dependencies.wasm-bindgen] version = "^0.2"