# 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 = "permutation_iterator" version = "0.1.2" authors = ["Asim Ihsan "] description = "A Rust library for iterating over random permutations using O(1) (i.e. constant) space.\n" homepage = "https://github.com/asimihsan/permutation-iterator-rs" documentation = "https://docs.rs/permutation-iterator-rs/" readme = "README.md" keywords = ["permutation", "permute", "random"] categories = ["algorithms"] license = "Apache-2.0" repository = "https://github.com/asimihsan/permutation-iterator-rs" [package.metadata.template_ci] dist = "bionic" versions = ["stable", "beta", "nightly"] [package.metadata.template_ci.bench] run = true [package.metadata.template_ci.clippy] allow_failure = false [package.metadata.template_ci.rustfmt] allow_failure = false [[bench]] name = "medium" [dependencies.blake2-rfc] version = "0.2.18" [dependencies.rand] version = "0.7.2" [badges.travis-ci] branch = "master" repository = "asimihsan/permutation-iterator-rs"