# 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 = "viacep_rs" version = "0.2.0" authors = ["Guilherme Branco Stracini "] description = "The Via CEP client wrapper written in Rust." homepage = "https://github.com/guibranco/viacep-rs" readme = "README.md" keywords = ["rest", "client", "cep", "viacep"] categories = ["network-programming", "web-programming::http-client"] license = "MIT" repository = "https://github.com/guibranco/viacep-rs.git" [dependencies.dotenv] version = "0.11.0" [dependencies.env_logger] version = "0.5.9" [dependencies.futures] version = "0.1.0" [dependencies.hyper] version = "0.11.25" [dependencies.hyper-tls] version = "0.1.3" [dependencies.log] version = "0.4.8" [dependencies.prettytable-rs] version = "0.6.7" [dependencies.serde] version = "1.0.42" [dependencies.serde_derive] version = "1.0.42" [dependencies.serde_json] version = "1.0.16" [dependencies.tokio-core] version = "0.1.17" [dependencies.url] version = "1.7.0" [badges.appveyor] branch = "master" repository = "guibranco/viacep-rs" service = "github"