# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "plaster" version = "0.2.5" authors = ["Carlos Diaz-Padron "] description = "A wasm-bindgen framework for making client-side single-page apps" homepage = "https://github.com/carlosdp/plaster" documentation = "https://docs.rs/plaster/" readme = "README.md" keywords = ["web", "webasm", "javascript"] categories = ["gui", "web-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/carlosdp/plaster" [dependencies.futures] version = "0.1" [dependencies.js-sys] version = "0.3" [dependencies.log] version = "0.4" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.3" [dependencies.web-sys] version = "0.3" features = ["Document", "DomTokenList", "Element", "Event", "EventTarget", "FileList", "HtmlInputElement", "HtmlSelectElement", "HtmlTextAreaElement", "MouseEvent", "PointerEvent", "KeyEvent", "KeyboardEvent", "MouseScrollEvent", "FocusEvent", "DragEvent", "InputEvent", "Node", "Text", "Window"] [dev-dependencies.wasm-bindgen-test] version = "0.2"