# 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 = "split-yew" version = "0.2.1" authors = ["Alessandro Balducci "] description = "Yew component for the Split.js library: a resizable split view for web apps." readme = "README.md" keywords = [ "yew", "component", "split", "resizable", "wrapper", ] categories = [ "gui", "wasm", "web-programming", ] license = "MIT" repository = "https://github.com/aleb2000/split-yew" [dependencies.js-sys] version = "0.3.64" [dependencies.regex] version = "1.9.3" [dependencies.wasm-bindgen] version = "0.2.87" [dependencies.web-sys] version = "0.3.64" [dependencies.yew] version = "0.21"