node-emoji 1.0.7

Convert `:emoji:` to Unicode using GitHub's and EmojiDB's emoji names
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"
name = "node-emoji"
version = "1.0.7"
authors = [
    "Daan Wynen <node-emoji-rs@muchmuch.coffee>",
    "Kornel <kornel@geekhood.net>",
    "Jiří Šebele <sindriava@gmail.com>",
]
include = [
    "/src/*.rs",
    "/LICENSE",
    "/README.md",
    "/Cargo.toml",
]
description = "Convert `:emoji:` to Unicode using GitHub's and EmojiDB's emoji names"
readme = "README.md"
keywords = [
    "emoji",
    "github",
    "markdown",
    "unicode",
    "node-emoji",
]
categories = ["text-processing"]
license = "MIT"
repository = "https://github.com/black-puppydog/node-emoji-rs"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[dependencies.phf]
version = "0.11.0"

[dependencies.regex]
version = "1.6.0"
features = ["std"]
default-features = false

[features]
emojidb = []

[badges.maintenance]
status = "passively-maintained"