# 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 = "fpick" version = "0.7.6" description = "Interactive file picker" homepage = "https://github.com/igrek51/fpick" readme = "README.md" license = "MIT" repository = "https://github.com/igrek51/fpick" [[bin]] name = "fpick" path = "src/main.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.chrono] version = "0.4.38" [dependencies.crossterm] version = "0.28.1" [dependencies.itertools] version = "0.13.0" [dependencies.ratatui] version = "0.29.0" [dependencies.relative-path] version = "1.9.3" [dependencies.signal-hook] version = "0.3.17" [dependencies.textwrap] version = "0.16.1"