[build-dependencies.phf_codegen]
version = "0.13.1"
[build-dependencies.serde]
features = ["derive"]
version = "1"
[build-dependencies.serde_json]
version = "1.0.148"
[dependencies.phf]
features = ["macros"]
optional = true
version = "0.13.1"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dependencies.serde_json]
optional = true
version = "1.0"
[features]
alpha3 = []
continent = []
country_code = []
currency_code = []
default = ["iso_code", "alpha3", "continent", "country_code", "currency_code", "distance_unit", "economic_unions", "gec", "geo", "international_prefix", "ioc", "iso_long_name", "iso_short_name", "languages_official", "languages_spoken", "national_destination_code_lengths", "national_number_lengths", "national_prefix", "nationality", "number", "postal_code", "postal_code_format", "region", "start_of_week", "subregion", "un_locode", "unofficial_names", "world_region", "serde", "phf", "ports"]
distance_unit = []
economic_unions = []
gec = []
geo = []
international_prefix = []
ioc = []
iso_code = []
iso_long_name = []
iso_short_name = []
languages_official = []
languages_spoken = []
national_destination_code_lengths = []
national_number_lengths = []
national_prefix = []
nationality = []
number = []
phf = ["dep:phf"]
ports = []
postal_code = []
postal_code_format = []
region = []
serde = ["dep:serde", "dep:serde_json"]
start_of_week = []
subregion = []
un_locode = []
unofficial_names = []
world_region = []
[lib]
name = "nationify"
path = "src/lib.rs"
[package]
authors = ["Mohamad Al Zohbie <alzoubi528@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["internationalization", "database"]
description = "A library that provide information about countries"
edition = "2024"
keywords = ["locale", "iso", "iso-3166", "countrycode", "region"]
license = "MIT"
name = "nationify"
readme = "README.md"
repository = "https://github.com/mohamadzoh/nationify"
version = "0.2.5"