zipcodes 0.3.1

Query US zipcodes without SQLite
Documentation
[package]
name = "zipcodes"
version = "0.3.1"
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.4" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
lazy_static = "1.4"
thiserror = "1.0.35"
debug_print = "1.0.0"