[package] name = "swedish_postal_codes" description = "Validate Swedish postal codes" version = "0.2.0" authors = ["Simon Sawert "] edition = "2018" license = "MIT" homepage = "https://github.com/bombsimon/swedish-postal-codes" repository = "https://github.com/bombsimon/swedish-postal-codes" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] csv = "1.1" reqwest = { version = "0.10.7", features = ["blocking", "json"] } serde = { version = "1", features = ["derive"] } serde_json = "1.0"