# 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 = "2021" name = "getip" version = "0.1.0" include = [ "src/**/*.rs", "README.md", "LICENSE", "Cargo.toml", ] description = "Find the public IP address of a device" homepage = "https://github.com/rexagon/getip" documentation = "https://docs.rs/getip" readme = "README.md" keywords = [ "public", "external", "ip", "async", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/rexagon/getip" [dependencies.futures-util] version = "0.3" [dependencies.hickory-client] version = "0.24" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["rt"] [dev-dependencies.tokio] version = "1" features = ["macros"]