treemap 0.1.0

Implementation of the Squarified Treemap algorithm
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "ord_subset"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7ce14664caf5b27f5656ff727defd68ae1eb75ef3c4d95259361df1eb376bef"

[[package]]
name = "treemap"
version = "0.1.0"
dependencies = [
 "ord_subset",
]