# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "dvcompute_rand"
version = "2.0.0"
authors = ["David Sorokin <davsor@mail.ru>"]
description = "Discrete event simulation library (random number generator primitives for sequential simulation and conservative distributed simulation)"
homepage = "https://gitflic.ru/project/dsorokin/dvcompute"
readme = "README.md"
keywords = ["simulation"]
categories = ["simulation"]
license = "MPL-2.0"
repository = "https://gitflic.ru/project/dsorokin/dvcompute"

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

[features]
default = ["seq_mode"]
seq_mode = ["rand"]
wasm_mode = ["rand/wasm-bindgen"]