# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "zip_codes_plus" version = "0.2.0" authors = ["Wouter de Bie "] build = "build.rs" description = "A lookup table for all primary U.S. ZIP codes with reverse city lookup" documentation = "https://docs.rs/zip_codes_plus" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/wouterdebie/zip_codes_plus" [dependencies.phf] version = "0.10.0" [build-dependencies.csv] version = "1.1.6" [build-dependencies.phf_codegen] version = "0.10.0" [build-dependencies.serde] version = "1.0.127" features = ["derive"] [build-dependencies.titlecase] version = "1.1.0"