# 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 = "2018" name = "country-emoji" version = "0.2.0" authors = ["Leo Dutra "] exclude = ["src/main.rs"] 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"] license = "MIT" repository = "https://github.com/leodutra/country-emoji" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.4.1"