emojis 0.6.4

✨ Lookup emoji in *O(1)* time, access metadata and GitHub shortcodes, iterate over all emoji, and more!
Documentation
[dependencies.phf]
default-features = false
version = "0.11.1"

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0.145"

[dev-dependencies.serde_json]
version = "1.0.99"

[dev-dependencies.toml]
version = "0.5.11"

[[example]]
name = "replace"
path = "examples/replace.rs"

[features]
serde = ["dep:serde"]

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

[package]
authors = ["Ross MacArthur <ross@macarthur.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["text-processing", "no-std"]
description = "✨ Lookup emoji in *O(1)* time, access metadata and GitHub shortcodes, iterate over all emoji, and more!"
edition = "2021"
keywords = ["emoji", "unicode", "github", "gemoji"]
license = "MIT OR Apache-2.0"
name = "emojis"
readme = "README.md"
repository = "https://github.com/rossmacarthur/emojis"
rust-version = "1.60"
version = "0.6.4"

[[test]]
name = "serde"
path = "tests/serde.rs"

[[test]]
name = "smoke"
path = "tests/smoke.rs"