# 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 = "moji" version = "0.1.0" authors = ["SyedAhkam smahkam57@gmail.com"] description = "An emoji fuzzy finder cli written in rust 🦀✨" readme = "README.md" keywords = [ "emoji", "fuzzy-find", "CLI", ] categories = [ "accessibility", "command-line-utilities", ] license = "MIT" repository = "https://github.com/SyedAhkam/moji" resolver = "2" [dependencies.clap] version = "3.1.18" features = [ "default", "derive", ] [dependencies.copypasta-ext] version = "0.3.7" [dependencies.dialoguer] version = "0.10" [dependencies.emoji] version = "0.2.1"