rando 0.1.0

A library for iteration in random order.
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]
name = "rando"
version = "0.1.0"
authors = ["c74d <8573dd@gmail.com>"]
description = "A library for iteration in random order."
readme = "README.mkd"
keywords = ["iter", "iteration", "iterator", "rand", "random"]
license = "Apache-2.0"
repository = "https://github.com/rando-rs/rando.rs"
[dependencies.get-trait]
version = "0.1.0"

[dependencies.iter-trait]
version = "0.3.1"

[dependencies.len-trait]
version = "0.6.1"

[dependencies.rand]
version = "0.4.2"

[dependencies.smallvec]
version = "0.6.0"
[dev-dependencies.quickcheck]
version = "0.6.0"