# 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 = "fizzy-rs" version = "0.0.9" description = "a directory fuzzy finder" readme = "README.md" keywords = [ "cli", "devtool", "tool", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/JamieH01/fizzy/" [[bin]] name = "fizzy" path = "src/main.rs" [dependencies.copypasta-ext] version = "0.4.4" [dependencies.crossterm] version = "0.26.1" [dependencies.defer-lite] version = "1.0.0" [dependencies.indicatif] version = "0.17.5" [dependencies.xdg-home] version = "1.0.0"