# 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 = "tui-treemap" version = "0.1.0" authors = ["jaxter184 "] description = "A very thin wrapper around the `treemap` crate for creating treemap layouts in `tui-rs`" documentation = "https://docs.rs/tui-treemap/latest" readme = "README.md" keywords = [ "tui", "terminal", ] license = "MIT" repository = "https://git.sr.ht/~jaxter184/tui-treemap" [dependencies.treemap] version = "0.3" [dependencies.tui] version = "0.19" default-features = false [dev-dependencies.crossterm] version = "0.25" [dev-dependencies.tui] version = "0.19" features = ["crossterm"]