# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "external-ip" version = "5.2.0" authors = ["Dario Meloni "] description = """ Asynchronous library to retrieve the system external IP """ readme = "README.md" license = "MIT" repository = "https://github.com/mellon85/external-ip" [dependencies.futures] version = "0.3" [dependencies.hickory-resolver] version = "0.24" [dependencies.igd] version = "0.12" optional = true [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.reqwest] version = "0.12" [dependencies.thiserror] version = "1.0.58" [dev-dependencies.mockall] version = "0.12" [dev-dependencies.tokio-test] version = "0.4" [features] default = ["discover_igd"] discover_igd = ["igd"]