[package] name = "zipcodes" version = "0.3.4" 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.4" } serde = { version = "1.0", features = ["derive"] } serde_json = "1" once_cell = "1.19.0" thiserror = "1.0.35" debug_print = "1.0.0"