emojis 0.1.0

Lookup, iterate over, and fuzzy search for emojis.
Documentation
[package]
name = "emojis"
version = "0.1.0"
authors = ["Ross MacArthur <ross@macarthur.io>"]
edition = "2018"
description = "Lookup, iterate over, and fuzzy search for emojis."
readme = "README.md"
repository = "https://github.com/rossmacarthur/emojis"
license = "MIT OR Apache-2.0"
keywords = ["emoji", "search", "unicode"]
categories = ["text-processing"]

[dependencies]
strsim = { version = "0.10.0", optional = true }

[features]
default = ["search"]
std = []
search = ["std", "strsim"]

[workspace]
members = ["generate"]