# 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 = "fpicker" version = "0.1.4" authors = ["Daylan Nance"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ratatui-file-picker allows you to select multiple files from a tree and add their content or paths to clipboard. It also returns the absolute paths of selected files on exit." homepage = "https://github.com/confucianfighter/ratatui-file-picker.git" readme = "README.md" keywords = [ "picker", "ratatui", "terminal", "file", "explorer", ] categories = [ "command-line-interface", "filesystem", ] license = "MIT" repository = "https://github.com/confucianfighter/ratatui-file-picker.git" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [lib] name = "fpicker" path = "src/lib.rs" [[bin]] name = "fpicker" path = "src/main.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "file_preview" path = "examples/file_preview.rs" [[example]] name = "light_and_dark_theme" path = "examples/light_and_dark_theme.rs" [dependencies.copypasta] version = "0.10.1" [dependencies.crossterm] version = "0.28.1" optional = true [dependencies.derivative] version = "2.2" [dependencies.ratatui] version = "0.28.1" features = ["unstable-widget-ref"] [dependencies.termion] version = "4.0.2" optional = true [dependencies.termwiz] version = "0.22" optional = true [features] crossterm = ["dep:crossterm"] default = ["crossterm"] termion = ["dep:termion"] termwiz = ["dep:termwiz"]