[package] name = "country-emoji" edition = "2018" version = "0.2.0" description = "Converts between country names, ISO 3166-1 codes and flag emojis." readme = "README.md" keywords = ["emoji", "country", "flags", "ISO-3166-1", "BCP-47"] categories = ["encoding", "gui", "internationalization", "localization"] authors = ["Leo Dutra "] repository = "https://github.com/leodutra/country-emoji" license = "MIT" exclude = ["src/main.rs"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] lazy_static = "1.4.0" regex = "1.4.1"