# 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 = "spair" version = "0.0.9" authors = ["aclueless <61309385+aclueless@users.noreply.github.com>"] description = "A framework for single-page application in Rust" readme = "README.md" keywords = [ "SPA", "wasm", "framework", ] categories = [ "wasm", "web-programming", ] license = "MPL-2.0" repository = "https://github.com/aclueless/spair" resolver = "2" [dependencies.js-sys] version = "0.3" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1" optional = true [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3" features = [ "Document", "Element", "Event", "EventTarget", "HtmlElement", "HtmlInputElement", "HtmlSelectElement", "HtmlOptionElement", "HtmlTextAreaElement", "Node", "Text", "Window", "Comment", "DomTokenList", "Location", "History", "Storage", "Event", "MouseEvent", "InputEvent", "FocusEvent", "KeyboardEvent", "UiEvent", "WheelEvent", "EventTarget", "PopStateEvent", "HashChangeEvent", "ScrollBehavior", "ScrollLogicalPosition", "ScrollIntoViewOptions", ] [dev-dependencies.wasm-bindgen-test] version = "0.3" [dev-dependencies.wasm-logger] version = "0.2" [features] keyed-list = ["uuid"] queue-render = [] svg = []