[package] name = "simulations" version = "0.1.0" edition = "2021" [target.'cfg(target_arch = "wasm32")'.dependencies] getrandom = { version = "0.2", features = ["js"] } [dependencies] rand = { version = "0.8", features = ["small_rng"] } serde = { version = "1.0", features = ["derive", "rc"] } serde_with = "2" serde_json = "1.0" clap = { version = "4", features = ["derive"] }