[package]
name = "zipcodestack"
version = "0.1.2"
edition = "2024"
description = "Idiomatic Rust client for the zipcodestack.com API (status, search, distance)"
license = "MIT"
readme = "README.md"
homepage = "https://zipcodestack.com/"
repository = "https://github.com/everapihq/zipcodestack-rs"
keywords = ["zip", "zipcode", "postal", "api", "distance"]
categories = ["api-bindings"]
[dependencies]
reqwest = { version = "0.12", features = ["json", "gzip", "brotli", "deflate", "rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"