# 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 = "cellular-automaton" version = "0.1.10" authors = ["Teddy Byron "] description = "A cellular automaton simulation library with support for WebAssembly." homepage = "https://github.com/tedbyron/golem" documentation = "https://docs.rs/cellular-automaton/" readme = "README.md" keywords = ["wasm", "webassembly", "game-of-life", "cellular-automaton", "cellular-automata"] categories = ["wasm", "games"] license = "MIT OR Apache-2.0" repository = "https://github.com/tedbyron/golem" [profile.release] lto = true codegen-units = 1 panic = "abort" [lib] crate-type = ["cdylib", "rlib"] path = "crate/lib.rs" [dependencies.console_error_panic_hook] version = "0.1.6" [dependencies.getrandom] version = "0.2.3" features = ["js"] [dependencies.rand] version = "0.8.4" [dependencies.wasm-bindgen] version = "0.2.76" [dev-dependencies.wasm-bindgen-test] version = "0.3.26"