# 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 = "my-ip" version = "1.1.0" authors = ["Joshua Marsh (icub3d) "] description = "get your public ip address from the terminal" homepage = "https://www.dinglebit.com/" documentation = "https://docs.rs/dinglebit-ip" readme = "README.md" categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/dinglebit/ip.rs" [dependencies.dinglebit-log] version = "0.1.0" [dependencies.dinglebit-terminal] version = "0.1.3" [dependencies.log] version = "0.4.14" [dependencies.reqwest] version = "0.11.3" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.125" features = ["derive"]