# 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 = "2021" name = "delorean" version = "0.3.0" authors = ["Juan Aguilar Santillana "] include = [ "src/**/*", "Cargo.toml", ] description = "A simple single thread reactor pattern for wasm" documentation = "https://docs.rs/delorean" readme = "README.md" keywords = [ "reactor", "WASM", "SPA", ] license = "MIT/Apache-2.0" repository = "https://github.com/botika/delorean" [dev-dependencies.async-timer] version = "0.7" [dev-dependencies.wasm-bindgen-futures] version = "0.4" [dev-dependencies.wasm-bindgen-test] version = "0.3" [build-dependencies.yarte_helpers] version = "~0.15.8" features = ["config"] default-features = false [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "delorean-rs/delorean"