[package] name = "base_emoji" version = "1.1.0" authors = ["Jan-Erik Rediger "] description = "Convert everything to Emojis (and back)! - 🐫🔦🔥🎲🐬🍀🍟🔋🐬🎲🐬🍀🎁🍟💧👂🔥🚪🔋🍟🔦🔋🚗👣🔦🌍👂🍤🐗" repository = "https://github.com/badboy/base-emoji-rs" homepage = "https://github.com/badboy/base-emoji-rs" documentation = "https://docs.rs/base_emoji" license = "MIT" build = "build.rs" include = [ "README.md", "LICENSE", "Cargo.toml", "build.rs", "emojis.json", "src/**/*", "benches/**/*", "examples/**/*" ] [[bin]] doc = false name = "base-emoji" path = "src/bin/main.rs" [dependencies] phf = "0.7" unicode-segmentation = "1.3" [build-dependencies] phf_codegen = "0.7" serde = "1.0" serde_derive = "1.0" serde_json = "1.0"