[package] name = "tui-tree-widget" description = "Tree Widget for ratatui" version = "0.19.0" license = "MIT" repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget" authors = ["EdJoPaTo "] edition = "2021" keywords = ["tui", "terminal", "tree", "widget"] categories = ["command-line-interface"] include = ["src/**/*", "README.md"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lints.rust] unsafe_code = "forbid" [lints.clippy] pedantic = "warn" nursery = "warn" [dependencies] ratatui = { version = "0.26", default-features = false } unicode-width = "0.1" [dev-dependencies] crossterm = "0.27" ratatui = "0.26"