# 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 = "ripinfo" version = "0.1.1" description = "ripinfo is a tool to gather ip information using the ipinfo.io API" homepage = "https://github.com/Gers2017/ripinfo" readme = "README.md" keywords = [ "ip", "ipinfo", "cli", "ping", "whois", ] categories = [ "command-line-utilities", "network-programming", ] license = "MIT" repository = "https://github.com/Gers2017/ripinfo" [profile.release.build-override] opt-level = "s" debug = 0 incremental = true [dependencies.anyhow] version = "1.0.69" [dependencies.colored_json] version = "3.0.1" [dependencies.directories] version = "4.0.1" [dependencies.flate2] version = "1.0.25" [dependencies.nom] version = "7.1.3" [dependencies.reqwest] version = "0.11.14" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.tokio] version = "1.26.0" features = [ "macros", "rt-multi-thread", ]