emojis 0.1.2

✨ Lookup, iterate over, and fuzzy search for emojis.
Documentation
[package]
name = "emojis"
version = "0.1.2"
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", "no-std"]

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

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

[workspace]
members = ["generate"]