# 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 = "file_picker" version = "0.3.4" authors = ["rootfebri"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Prompts the user to pick a file interactively from the current directory." homepage = "https://github.com/rootfebri/file_picker" readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "file_picker" path = "src/lib.rs" [dependencies.dialoguer] version = "0.11" features = ["fuzzy-select"] [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.133"