# 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 = "2018" name = "emojifinder" version = "0.2.2" authors = ["Arpad Ray "] include = ["../README.md", "src/index.bin", "src/main.rs", "src/ui/mod.rs", "src/ui/event.rs"] description = "The terminal based Emoji finder you've always needed" homepage = "https://github.com/arraypad/emojifinder" readme = "../README.md" keywords = ["terminal", "cli", "emoji", "search", "find"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/arraypad/emojifinder" [dependencies.clipboard] version = "0.5.0" [dependencies.emojifinder-core] version = "0.2.0" [dependencies.env_logger] version = "0.9.0" [dependencies.failure] version = "0.1.8" [dependencies.image] version = "0.24.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.locale_config] version = "0.3.0" [dependencies.log] version = "0.4.16" [dependencies.termion] version = "1.5.6" [dependencies.tui] version = "0.18" features = ["termion"] default-features = false [dependencies.tui-image] version = "0.2.0"