usa 0.8.0

A Rust library providing typed enums and utilities for working with United States regions, including states, territories, and the federal district.
Documentation
[dependencies.abbreviation-trait]
version = "0.3.0"

[dependencies.country]
version = "0.5.0"

[dependencies.export-magic]
version = "0.3.6"

[dependencies.file-downloader]
version = "0.2.0"

[dependencies.file-downloader-derive]
version = "0.2.0"

[dependencies.once_cell]
version = "1.20.2"

[dependencies.osmpbf-file-downloader-derive]
version = "0.2.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1"

[dependencies.strum]
features = ["derive"]
version = "0.24"

[dependencies.strum_macros]
version = "0.24"

[dependencies.thiserror]
version = "2.0.6"

[features]
serde_abbreviation = []

[lib]
name = "usa"
path = "src/lib.rs"

[package]
authors = ["klebs tpk3.mx@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Rust library providing typed enums and utilities for working with United States regions, including states, territories, and the federal district."
edition = "2021"
license = "MIT"
name = "usa"
readme = "README.md"
repository = "https://github.com/klebs6/klebs-general"
version = "0.8.0"