# 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" version = "0.23.0" authors = ["EdJoPaTo "] build = false include = [ "src/**/*", "examples/**/*", "benches/**/*", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Tree Widget for ratatui" readme = "README.md" keywords = [ "tui", "terminal", "tree", "widget", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/EdJoPaTo/tui-rs-tree-widget" [profile.bench] lto = true codegen-units = 1 debug = 2 [lib] name = "tui_tree_widget" path = "src/lib.rs" [[example]] name = "example" path = "examples/example.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.ratatui] version = "0.29" default-features = false [dependencies.unicode-width] version = "0.2" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.ratatui] version = "0.29" [target.'cfg(target_family = "unix")'.dev-dependencies.pprof] version = "0.13" features = [ "criterion", "flamegraph", ] [lints.clippy] nursery = "warn" pedantic = "warn" [lints.rust] unsafe_code = "forbid"