# 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 = "godzie44-tui-realm-treeview" version = "1.0.0" authors = [ "Christian Visintin", "Konstantin Derevtsov", ] include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] description = "Treeview component for tui-realm (WARN, this is a temporart fork)" homepage = "https://github.com/veeso/tui-realm-treeview" documentation = "https://docs.rs/tui-realm-treeview" readme = "README.md" keywords = [ "tui", "terminal", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/veeso/tui-realm-treeview" [[example]] name = "demo" path = "examples/demo.rs" [dependencies.orange-trees] version = "0.1.0" [dependencies.tuirealm] version = "^1.9.0" features = ["derive"] default-features = false [dependencies.unicode-width] version = "0.1.8" [dev-dependencies.crossterm] version = "0.27" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.tui-realm-stdlib] version = "^1.1.0" [features] crossterm = ["tuirealm/crossterm"] default = [ "crossterm", "ratatui", ] ratatui = ["tuirealm/ratatui"] termion = ["tuirealm/termion"] tui = ["tuirealm/tui"]