# 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-nodes" version = "0.8.0" authors = ["jaxter184 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Node graph visualization for tui-rs """ documentation = "https://docs.rs/tui-nodes/0.1.1/tui-nodes/" readme = "README.md" keywords = [ "tui", "terminal", ] license = "MIT" repository = "https://git.sr.ht/~jaxter184/tui-nodes" [lib] name = "tui_nodes" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "just-for-fun" path = "examples/just-for-fun.rs" [[example]] name = "tiny" path = "examples/tiny.rs" [dependencies.log] version = "0.4.17" [dependencies.ratatui] version = "0.29.0" default-features = false [dependencies.sorted-vec] version = "0.8.2" [dev-dependencies.ratatui] version = "0.29.0" features = ["crossterm"]