# 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 = "wheres_my_pi" version = "0.4.0" authors = ["llamicron "] description = "A small utility to send your devices IP to a discord webhook" documentation = "https://github.com/llamicron/wheres_my_pi" license = "MIT" repository = "https://github.com/llamicron/wheres_my_pi" [profile.release] opt-level = "z" lto = true panic = "abort" [dependencies.dirs] version = "4.0.0" [dependencies.pnet] version = "0.29.0" [dependencies.reqwest] version = "0.11.12" features = [ "blocking", "json", ]