dockviewers 0.1.10

Packed-grid tiling/docking layout — a framework-agnostic engine with optional Dioxus and Leptos bindings behind feature flags. Panes split, resize, tab, float, and maximize, saved to JSON and restored on reload.
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 = "2024"
name = "dockviewers"
version = "0.1.10"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Packed-grid tiling/docking layout — a framework-agnostic engine with optional Dioxus and Leptos bindings behind feature flags. Panes split, resize, tab, float, and maximize, saved to JSON and restored on reload."
documentation = "https://docs.rs/dockviewers"
readme = "README.md"
keywords = [
    "layout",
    "docking",
    "tiling",
    "dioxus",
    "leptos",
]
categories = [
    "gui",
    "wasm",
]
license = "BlueOak-1.0.0"
repository = "https://github.com/valeratrades/dockviewers"

[features]
default = []
dioxus = ["dep:dockviewers_dioxus"]
leptos = ["dep:dockviewers_leptos"]

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

[dependencies.dockviewers_core]
version = "0.1.9"

[dependencies.dockviewers_dioxus]
version = "0.1.9"
optional = true

[dependencies.dockviewers_leptos]
version = "0.1.9"
optional = true

[lints.clippy]
doc_lazy_continuation = "allow"
float_cmp = "allow"
get_first = "allow"
get_last_with_len = "allow"
len_zero = "allow"
manual_is_multiple_of = "allow"
tabs_in_doc_comments = "allow"
undocumented_unsafe_blocks = "warn"

[lints.rust]
unused_features = "allow"