# 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 = "sycamore-web" version = "0.9.0-beta.2" description = "Web renderer for the Sycamore" homepage = "https://github.com/sycamore-rs/sycamore" readme = "README.md" keywords = [ "wasm", "gui", "reactive", "web", ] categories = [ "gui", "wasm", "web-programming", ] license = "MIT" repository = "https://github.com/sycamore-rs/sycamore" [dependencies.hashbrown] version = "0.14.1" [dependencies.html-escape] version = "0.2.12" [dependencies.indexmap] version = "2.0.2" [dependencies.js-sys] version = "0.3.60" [dependencies.once_cell] version = "1.16.0" [dependencies.sycamore-core] version = "0.9.0-beta.2" [dependencies.sycamore-reactive] version = "0.9.0-beta.2" [dependencies.wasm-bindgen] version = "0.2.83" [dependencies.web-sys] version = "0.3.60" features = [ "console", "Comment", "Document", "DocumentFragment", "DomTokenList", "Element", "Event", "HtmlCollection", "HtmlElement", "HtmlInputElement", "HtmlTemplateElement", "Node", "NodeList", "Text", "Window", ] [dev-dependencies] [features] hydrate = ["sycamore-core/hydrate"] ssr = ["hydrate"]