[go: up one dir, main page]

randomize 3.0.0-rc.3

randomization routines
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 = "randomize"
version = "3.0.0-rc.3"
authors = ["Lokathor <zefria@gmail.com>"]
description = "randomization routines"
readme = "README.md"
keywords = ["prng", "no_std", "no-std", "random", "rng"]
categories = ["no-std"]
license = "0BSD"
repository = "https://github.com/Lokathor/randomize"
[dependencies.rand_core]
version = "0.5"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
[dev-dependencies.bincode]
version = "1.0"
[badges.appveyor]
repository = "Lokathor/randomize"

[badges.travis-ci]
repository = "Lokathor/randomize"