# 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 = "hashed-permutation" version = "3.0.2" authors = ["Afnan Enayet "] description = "A fast, instant-access way to permute a range of numbers" readme = "docs/README.md" keywords = ["hashed", "permutation", "permute", "fast", "instant"] license = "MIT" repository = "https://github.com/afnanenayet/hashed-permutation.git" [dependencies.rand] version = "0.8" optional = true [dependencies.thiserror] version = "1.0" [features] default = [] use-rand = ["rand"] [badges.azure-devops] pipeline = "afnanenayet.hashed-permutation" project = "afnanenayet/hashed-permutation" [badges.maintenance] status = "actively-developed"