# 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 = "sycamore-dnd" version = "0.1.1" authors = [ "Johan Smits ", "Genna Wingert ", ] description = "A drag and drop library for sycamore" homepage = "https://github.com/sycamore-components/sycamore-dnd" readme = "README.md" keywords = [ "sycamore", "dnd", "web", "wasm", ] categories = [ "gui", "web-programming", "reactive", "wasm", ] license = "MIT" repository = "https://github.com/sycamore-components/sycamore-dnd" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sycamore] version = "0.9.0-beta.1" features = [ "serde", "suspense", ] [dependencies.wasm-bindgen] version = "=0.2.84" [dependencies.web-sys] version = "0.3" features = [ "DragEvent", "DataTransfer", "HtmlImageElement", ]