# 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 = "ratatui-explorer" version = "0.1.1" authors = ["Tatounee"] description = "ratatui-explorer is a small, but highly customizable, file explorer widget for ratatui." homepage = "https://github.com/tatounee/ratatui-explorer" readme = "README.md" keywords = [ "tui", "ratatui", "terminal", "file", "explorer", ] categories = [ "command-line-interface", "filesystem", ] license = "MIT" repository = "https://github.com/tatounee/ratatui-explorer.git" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [dependencies.crossterm] version = "0.27" optional = true [dependencies.derivative] version = "2.2" [dependencies.ratatui] version = "0.26" features = ["unstable-widget-ref"] [dependencies.termion] version = "3.0" optional = true [dependencies.termwiz] version = "0.22" optional = true [features] crossterm = ["dep:crossterm"] default = ["crossterm"] termion = ["dep:termion"] termwiz = ["dep:termwiz"]