# 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.60" name = "emojis" version = "0.6.4" authors = ["Ross MacArthur "] build = 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" repository = "https://github.com/rossmacarthur/emojis" [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.11.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 = "0.5.11" [features] serde = ["dep:serde"]