# 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-tree-widget-table" version = "0.1.1" authors = ["Gilad Naaman "] include = [ "src/**/*", "README.md", ] description = "Tree Widget for ratatui with table" readme = "README.md" keywords = [ "tui", "terminal", "tree", "widget", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/gnaaman-dn/tui-rs-tree-widget-table" [dependencies.ratatui] version = "0.23" default-features = false [dependencies.unicode-width] version = "0.1" [dev-dependencies.crossterm] version = "0.27" [dev-dependencies.ratatui] version = "0.23"