blob: 2a7f7a04a2b561972ff73ff07c63f218bf05d734 [file] [log] [blame]
# 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 = "rand_xoshiro"
version = "0.1.0"
authors = ["The Rand Project Developers"]
description = "Xoshiro, xoroshiro and splitmix64 random number generators"
homepage = "https://crates.io/crates/rand_xoshiro"
documentation = "https://docs.rs/rand_xoshiro"
readme = "README.md"
keywords = ["random", "rng"]
categories = ["algorithms"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-random/rand"
[dependencies.byteorder]
version = "1"
default-features = false
[dependencies.rand_core]
version = "0.3"
default-features = false
[dev-dependencies.rand]
version = "0.6"
default-features = false