hashed-permutation 2.1.1

A fast, instant-access way to permute a range of numbers
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 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 = "2.1.1"
authors = ["Afnan Enayet <afnan@afnan.io>"]
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.failure]
version = "0.1"
optional = true

[dependencies.rand]
version = "0.7"
optional = true

[features]
default = []
failure-crate = ["failure"]
use-rand = ["rand"]
[badges.azure-devops]
pipeline = "afnanenayet.hashed-permutation"
project = "afnanenayet/hashed-permutation"

[badges.maintenance]
status = "actively-developed"