[package] name = "lagoinha" version = "0.2.0" authors = ["Auyer "] edition = "2018" license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/auyer/lagoinha-rs" documentation = "https://docs.rs/lagoinha-rs" homepage = "https://github.com/auyer/lagoinha-rs" description = """ Lagoinha is a package that uses public APIs to fetch addresses using the Brazilian Postal Code (CEP). This package cuncurrenlty calls all the supported APIs and returns the first result. """ categories = ["api-bindings", "asynchronous", "network-programming", "web-programming::http-client"] exclude = [ ".github" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde-xml-rs = "0.4" futures = "0.3" isahc = "1.0" async-std = "1.8" [dev-dependencies] tokio = { version = "1.0", features = ["full"] }