# 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 = "leptos_drag_reorder" version = "0.1.0" authors = ["Ari Seyhun "] build = false include = [ "/src", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Leptos hook for draggable panels which can be rearranged." readme = "README.md" keywords = [ "leptos", "drag", "panel", "hook", ] categories = [ "wasm", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tqwewe/leptos_drag_reorder" [lib] name = "leptos_drag_reorder" path = "src/lib.rs" [dependencies.js-sys] version = "0.3.70" [dependencies.leptos] version = "0.7.0-rc1" [dependencies.send_wrapper] version = "0.6.0" [dependencies.wasm-bindgen] version = "0.2.95" [dependencies.web-sys] version = "0.3.70" features = [ "DataTransfer", "Document", "DomRect", "Element", "NodeList", ]