emojis 0.8.2

✨ Lookup emoji in *O(1)* time, access metadata and GitHub shortcodes, iterate over all emoji, and more!
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[package.metadata.docs.rs]
all-features = true

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

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

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

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

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

[dependencies.phf]
version = "0.13.1"
default-features = false

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

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

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