[package]
edition = "2021"
name = "TextToEmoji"
version = "0.1.0"
authors = ["joe kiernicki <guyileo@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for converting words to emoji representations"
readme = "README.md"
keywords = [
"emoji",
"text",
"converter",
]
categories = ["text-processing"]
license = "MIT"
[lib]
name = "TextToEmoji"
path = "src/lib.rs"
[[bin]]
name = "TextToEmoji"
path = "src/main.rs"
[dependencies]