# 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 = "webtric" version = "0.1.3" authors = ["Acheul "] exclude = [ "/test-sycamore", "/demo-sycamore", "/demo-leptos", "/docs", ] description = "Wasm library to handle metric matters" readme = "README.md" keywords = [ "resize", "scroll", "sizon", ] categories = [ "GUI", "WebAssembly", "Web programming", ] license = "MIT" repository = "https://github.com/acheul/webtric" [package.metadata.docs.rs] all-features = true [dependencies.gloo-console] version = "0.3.0" [dependencies.gloo-utils] version = "0.2.0" [dependencies.hashbrown] version = "0.14.3" [dependencies.leptos] version = "0.6.11" optional = true [dependencies.rawn] version = "0.1.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.sycamore] version = "0.9.0-beta.2" features = ["suspense"] optional = true [dependencies.thiserror] version = "1.0.58" [dependencies.wasm-bindgen] version = "0.2.92" [dependencies.web-sys] version = "0.3.69" features = [ "Window", "Document", "HtmlDocument", "Element", "Node", "DomRect", "HtmlElement", "CssStyleDeclaration", "DomStringMap", "Event", "EventTarget", "MouseEvent", "CustomEvent", "CustomEventInit", "PointerEvent", "KeyboardEvent", "WheelEvent", "AddEventListenerOptions", "VisibilityState", "HtmlCollection", ]