# 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 = "yew-virtualized" version = "0.2.0" authors = ["Martin Molzer "] description = "A yew component that renders only the on-screen part of a scrollable list" readme = "README.md" keywords = [ "web", "webasm", "yew", "virtual", "list", ] categories = [ "gui", "wasm", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/WorldSEnder/yew-virtualized" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "documenting", ] [dependencies.gloo-timers] version = "0.2" [dependencies.js-sys] version = "0.3" [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = ["DomRectReadOnly"] [dependencies.yew] version = "0.20"