# 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 = "ipfy-public-ip" version = "0.1.2" authors = ["Surendra Verma github@surrenderoz"] description = "this package uses ipify to get the public ip and return the ipv4 ip address of the request" homepage = "https://github.com/surrenderoz/ipify-public-ip.git" readme = "README.md" keywords = [ "ipfinder", "ip", "publicip", "ip-address", "ipify", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/surrenderoz/ipify-public-ip.git" [dependencies.reqwest] version = "0.11.19" features = ["json"] [dependencies.tokio] version = "1.31.0" features = ["full"]