# 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 = "ipify-rs" version = "0.6.2" authors = ["Ollivier Robert "] description = "Rust crate for the ipify.org API." documentation = "https://docs.rs/ipify-rs" readme = "README.md" keywords = [ "ipify", "api", "client", ] categories = [ "api-bindings", "command-line-utilities", ] license = "MIT" repository = "https://github.com/keltia/ipify-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-std] version = "1" [dependencies.clap] version = "4" features = [ "derive", "cargo", ] [dependencies.futures] version = "0" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.stderrlog] version = "0.5" [dependencies.tokio] version = "1.29" features = ["full"] [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.httpmock] version = "0.6" [badges.maintenance] status = "actively-developed"