# 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-scroll-area" version = "0.4.0" authors = ["ORITO Itsuki "] include = [ "src", "README.md", ] description = "Custom scroll area component for yew" readme = "README.md" keywords = [ "yew", "wasm", "gui", "scroll", "scrollbar", ] categories = [ "web-programming", "wasm", "gui", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MatchaChoco010/yew-scroll-area" resolver = "2" [package.metadata.docs.rs] cargo-args = ["--features=dry-run"] [dependencies.gloo] version = "0.7.0" [dependencies.js-sys] version = "0.3.57" [dependencies.wasm-bindgen] version = "0.2.80" [dependencies.web-sys] version = "0.3.57" features = [ "CustomEvent", "CustomEventInit", "Event", "EventTarget", "HtmlDivElement", ] [dependencies.yew] version = "0.19.3" [dependencies.yew-hooks] version = "0.1.56" [dependencies.yew-style-in-rs] version = "0.4.1" [features] default = [] dry-run = ["yew-style-in-rs/dry-run"]