# 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-realm-treeview" version = "2.0.0" authors = ["Christian Visintin"] build = false include = [ "examples/**/*", "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Treeview component for tui-realm" 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" [lib] name = "tui_realm_treeview" path = "src/lib.rs" [[example]] name = "demo" path = "examples/demo.rs" required-features = ["crossterm"] [dependencies.orange-trees] version = "0.1.0" [dependencies.tuirealm] version = "2" features = ["derive"] default-features = false [dependencies.unicode-width] version = "0.2" [dev-dependencies.crossterm] version = "0.28" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.tui-realm-stdlib] version = "2" [features] crossterm = ["tuirealm/crossterm"] default = ["crossterm"] termion = ["tuirealm/termion"]