zipcodes 0.4.0

Query US zipcodes without SQLite
Documentation
[package]
name = "zipcodes"
rust-version = "1.82"
version = "0.4.0"
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Query US zipcodes without SQLite"
homepage = "https://github.com/seanpianka/zipcodes-rs"
repository = "https://github.com/seanpianka/zipcodes-rs"
readme = "README.md"
keywords = ["zipcode", "us", "state", "filter", "sqlite"]
categories = ["text-processing", "data-structures", "development-tools"]

[lib]
crate-type = ["cdylib", "lib"]
name = "zipcodes"
path = "src/lib.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bzip2 = { version = "0.6" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
once_cell = "1.19.0"
thiserror = "1.0.35"
debug_print = "1.0.0"