# 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 = "query_external_ip" version = "0.1.1" authors = ["Vlad Vasiliu"] include = ["**/*.rs", "Cargo.toml"] description = "Asynchronous library for querying the system's external IPv4 and IPv6" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/vladvasiliu/query_external_ip.git" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.8" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.tokio-test] version = "0.4.2"