sim 0.4.0

Sim is a discrete event simulation package that facilitates Rust- and npm-based simulation products and projects
Documentation
[dependencies.console_error_panic_hook]
optional = true
version = "0.1.6"

[dependencies.getrandom]
features = ["js"]
version = "0.2"

[dependencies.js-sys]
version = "0.3"

[dependencies.num-traits]
version = "0.2"

[dependencies.rand]
features = ["serde1"]
version = "0.8"

[dependencies.rand_distr]
version = "0.4"

[dependencies.rand_pcg]
features = ["serde1"]
version = "0.3"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.8"

[dependencies.thiserror]
version = "1.0"

[dependencies.wasm-bindgen]
version = "0.2.63"

[dependencies.web-sys]
features = ["console"]
version = "0.3"

[dependencies.wee_alloc]
optional = true
version = "0.4.5"
[dev-dependencies.wasm-bindgen-test]
version = "0.3.13"

[features]
default = ["console_error_panic_hook"]

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Neal DeBuhr <ndebuhr@gmail.com>"]
categories = ["simulation"]
description = "Sim is a discrete event simulation package that facilitates Rust- and npm-based simulation products and projects"
edition = "2018"
exclude = ["images/", "MODELS.md", ".github/", ".codecov.yml"]
homepage = "https://github.com/ndebuhr/sim"
keywords = ["simulation", "discrete", "event", "stochastic", "modeling"]
license = "MIT OR Apache-2.0"
name = "sim"
readme = "README.md"
repository = "https://github.com/ndebuhr/sim"
version = "0.4.0"
[package.metadata.wasm-pack.profile.release]
wasm-opt = ["-Oz", "--enable-mutable-globals"]
[profile.release]
opt-level = "s"