# 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-infinite-for" version = "0.1.3" authors = ["Nerd "] publish = true description = "A list component that scrolls infinitely for Yew.." readme = "README.md" keywords = [ "yew", "wasm", "web", "lazy", "list", ] categories = [ "wasm", "GUI", "Template engine", "Web programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/1216892614/Yew-InfiniteFor.rs" [dependencies.web-sys] version = "0.3.59" features = [ "HtmlInputElement", "HtmlDivElement", ] [dependencies.yew] version = "0.19"