# 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 = "nctok" version = "0.1.0" authors = ["UnkwUsr "] description = """ A program for interactive navigating through weighted hierarchical structured data and analyzing them. Weighted means that each item have its own value - number""" readme = "README.md" keywords = [ "hierarchy", "tree", "weighted", "navigation", "tui", ] categories = [ "command-line-utilities", "visualization", ] license = "MIT" repository = "https://github.com/UnkwUsr/nctok" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.crossterm] version = "0.24.0" [dependencies.human_format] version = "1.1.0" [dependencies.indexmap] version = "2.2.6" [dependencies.ratatui] version = "0.26.1"