leptos_dnd 0.1.4

A drag-and-drop library for leptos
Documentation
# 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_dnd"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A drag-and-drop library for leptos"
readme = false
license = "MIT"

[package.metadata.docs.rs]
features = ["ssr"]

[features]
default = []
ssr = ["leptos/ssr"]

[lib]
name = "leptos_dnd"
path = "src/lib.rs"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.default-struct-builder]
version = "0.5.1"

[dependencies.leptos]
version = "0.7.0"
features = ["nightly"]

[dependencies.leptos-use]
version = "0.15.0"

[dependencies.web-sys]
version = "0.3.70"
features = ["DataTransfer"]