subslay 0.1.8

SubSlay: Text → emoji 💅🏻 Powered by Rust.
Documentation
[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.strsim]
version = "0.11.1"

[lib]
name = "subslay"
path = "src/lib.rs"

[package]
authors = ["AndriaK <hey@andriaK.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing", "command-line-utilities"]
description = "SubSlay: Text → emoji 💅🏻 Powered by Rust."
edition = "2021"
include = ["src/**", "static/emoji.json", "static/glove.txt", "Cargo.toml", "README.md"]
keywords = ["emoji", "text", "emoji-mapping", "natural-language"]
license = "MIT"
name = "subslay"
readme = "README.md"
repository = "https://github.com/8ria/subslay"
version = "0.1.8"

[profile.release]
lto = true
opt-level = 3