dioxus-dnd 3.1.0

Modular, accessible drag-and-drop for Dioxus: sortable lists, kanban boards, trees, grids, file drops, multi-select, touch support and more
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"
rust-version = "1.85"
name = "dioxus-dnd"
version = "3.1.0"
build = false
exclude = [
    ".github/",
    ".rumdl.toml",
    "assets/",
    "deny.toml",
    "docs/BLITZ-TRACKING-ISSUE.md",
    "docs/RENDERER-CONTRACT.md",
    "package.json",
    "package-lock.json",
    "playwright.config.js",
    "tests/browser/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Modular, accessible drag-and-drop for Dioxus: sortable lists, kanban boards, trees, grids, file drops, multi-select, touch support and more"
readme = "README.md"
keywords = [
    "dioxus",
    "drag-and-drop",
    "dnd",
    "sortable",
    "ui",
]
categories = [
    "gui",
    "wasm",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/kindintelligence/dioxus-dnd"

[package.metadata.docs.rs]
all-features = true

[package.metadata.cargo-semver-checks.lints.constructible_struct_adds_field]
required-update = "minor"

[features]
default = []
desktop = [
    "dep:dioxus-desktop",
    "dep:tokio",
    "dep:x11rb",
]
serde = [
    "dep:serde",
    "dep:serde_json",
]
web = ["dep:web-sys"]

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

[[example]]
name = "gallery"
path = "examples/gallery/main.rs"

[[example]]
name = "kanban"
path = "examples/kanban.rs"

[[example]]
name = "regressions"
path = "examples/regressions.rs"
required-features = ["serde"]

[[test]]
name = "compatibility"
path = "tests/compatibility.rs"

[[test]]
name = "multiwindow"
path = "tests/multiwindow.rs"

[[test]]
name = "multiwindow_seam"
path = "tests/multiwindow_seam.rs"

[[test]]
name = "runtime"
path = "tests/runtime.rs"

[[test]]
name = "typed_transport"
path = "tests/typed_transport.rs"

[dependencies.dioxus]
version = "0.7"
features = [
    "minimal",
    "document",
    "mounted",
]
default-features = false

[dependencies.dioxus-desktop]
version = "0.7"
optional = true

[dependencies.serde]
version = "1"
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.tokio]
version = "1"
features = ["time"]
optional = true
default-features = false

[dependencies.tracing]
version = "0.1"

[dependencies.web-sys]
version = "0.3.98"
features = ["Element"]
optional = true

[dev-dependencies.bytes]
version = "1"

[dev-dependencies.dioxus]
version = "0.7"
features = [
    "minimal",
    "launch",
    "web",
    "document",
    "mounted",
    "router",
]
default-features = false

[dev-dependencies.dioxus-i18n]
version = "0.5"

[dev-dependencies.dioxus-ssr]
version = "0.7"

[dev-dependencies.futures-util]
version = "0.3"
default-features = false

[dev-dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.unic-langid]
version = "0.9"
features = ["macros"]

[dev-dependencies.web-sys]
version = "0.3"
features = ["Location"]

[target.'cfg(target_os = "linux")'.dependencies.x11rb]
version = "0.14"
optional = true