[[bench]]
harness = false
name = "bench"
[dependencies.parse-display]
version = "0.8"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[features]
default = ["short-names"]
short-names = []
[package]
description = "ISO 3166 country codes and names optimized, no-std, no-alloc and without unsafe"
edition = "2021"
exclude = [".gitignore", "Cargo.lock", "countries.json", "countries.json.xz"]
include = []
license = "Unlicense"
name = "countries-tools"
readme = "README.md"
repository = "https://github.com/jhg/countries-tools-rs"
version = "0.2.0"