# 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-seoul" version = "0.2.2+deprecated" authors = ["Acheul "] description = "Some extentions for Sycamore library" readme = "README.md" keywords = [ "sycamore", "resize", "web", ] categories = [ "gui", "wasm", "web-programming", ] license = "MIT" repository = "https://github.com/acheul/sycamore-seoul" [dependencies.gloo-utils] version = "0.2.0" [dependencies.hashbrown] version = "0.14.3" [dependencies.sycamore] version = "0.9.0-beta.2" [dependencies.wasm-bindgen] version = "0.2.90" [dependencies.web-sys] version = "0.3.67" features = [ "Window", "Document", "HtmlDocument", "Element", "DomRect", "HtmlElement", "CssStyleDeclaration", "DomStringMap", "EventTarget", "MouseEvent", "WheelEvent", "AddEventListenerOptions", ]