# 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 = "rst-traverse" version = "2.0.1" authors = ["dmcg310"] description = "A terminal based file manager." readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0.71" [dependencies.crossterm] version = "0.26" [dependencies.dirs] version = "5.0.1" [dependencies.distance] version = "0.4.0" [dependencies.flate2] version = "1.0.26" [dependencies.ratatui] version = "0.20" [dependencies.sublime_fuzzy] version = "0.7.0" [dependencies.sysinfo] version = "0.29.0" [dependencies.tar] version = "0.4.38" [dependencies.time] version = "0.2.23" [dependencies.trash] version = "3.0.2" [dependencies.walkdir] version = "2.3.3" [dependencies.zip-extract] version = "0.1.2"