dumap-layout 1.1.0

Squarified treemap layout algorithm for dumap
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"
rust-version = "1.88.0"
name = "dumap-layout"
version = "1.1.0"
authors = ["James Howard <jrobhoward@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Squarified treemap layout algorithm for dumap"
readme = "README.md"
keywords = [
    "disk-usage",
    "treemap",
    "visualization",
    "filesystem",
]
categories = [
    "command-line-utilities",
    "filesystem",
    "visualization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jrobhoward/dumap"
resolver = "2"

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

[dependencies.dumap-core]
version = "1.1.0"

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

[dev-dependencies.rstest]
version = "0.26"

[lints.clippy]
cognitive_complexity = "warn"
expect_used = "warn"
unwrap_used = "warn"