# 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 = "emojicp" version = "0.3.1" authors = ["Nicholas R. Smith"] description = "A command-line tool to search for emojis by name" homepage = "https://github.com/johnDeSilencio/emojicp" documentation = "https://docs.rs/emojicp" readme = "README.md" keywords = [ "emoji", "copy", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" [lib] name = "emojicp" path = "src/lib/lib.rs" [[bin]] name = "emojicp" path = "src/bin.rs" [[bench]] name = "search_exact" harness = false [dependencies.bincode] version = "1.3" [dependencies.bk-tree] version = "0.5" features = ["serde"] [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.clipboard-anywhere] version = "0.2.1" [dependencies.crossterm] version = "0.26" [dependencies.ratatui] version = "0.21.0" features = ["crossterm"] [dependencies.rust-embed] version = "6.6" features = ["debug-embed"] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.termion] version = "2.0.1" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.rand] version = "0.8.5" [build-dependencies.arboard] version = "3.2.0" [build-dependencies.bincode] version = "1.3" [build-dependencies.bk-tree] version = "0.5" features = ["serde"] [build-dependencies.clap] version = "4.1.4" features = ["derive"] [build-dependencies.rust-embed] version = "6.6" features = ["debug-embed"] [build-dependencies.serde] version = "1.0.152" features = ["derive"] [build-dependencies.termion] version = "2.0.1"