# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "netloc" version = "0.1.9" authors = ["MOZGIII "] description = "Detect IP address and report it." license = "MIT" repository = "https://github.com/MOZGIII/netloc" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.dns-lookup] version = "1" [dependencies.hyper] version = "0.14" features = ["client", "tcp", "http1", "http2"] [dependencies.hyper-system-resolver] version = "0.5" [dependencies.hyper-tls] version = "0.5" [dependencies.netloc-core] version = "0.1" [dependencies.netloc-discord] version = "0.2" [dependencies.netloc-http-request] version = "0.1" [dependencies.netloc-stdout] version = "0.1" [dependencies.parse_duration] version = "2" [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["macros", "rt-multi-thread"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.2" [target."cfg(unix)".dependencies.libc] version = "^0.2" [target."cfg(windows)".dependencies.winapi] version = "^0.3" features = ["ws2def"] default-features = false