# 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 = "async_ip" version = "0.11.3" authors = ["Thomas Braun "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An asynchronous client used to obtain one's global Ipv6 or Ipv4 address" homepage = "https://avarok.net/" readme = "README.md" categories = [ "cryptography", "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Avarok-Cybersecurity/Citadel-Protocol" [lib] name = "async_ip" path = "src/lib.rs" [[test]] name = "primary" path = "tests/primary.rs" [dependencies.futures] version = "0.3.25" features = ["alloc"] default-features = false [dependencies.serde] version = "1.0.152" features = ["derive"] default-features = false [dependencies.tokio] version = "1.36.0" features = ["macros"] [features] default = ["std"] std = [ "tokio/net", "futures/std", ] wasm = [] [target.'cfg(not(target_family = "wasm"))'.dependencies.reqwest] version = "0.11.13" features = [ "rustls", "rustls-native-certs", "rustls-tls", ] default-features = false [target.'cfg(target_family = "wasm")'.dependencies.reqwest] version = "0.11.13" features = [ "rustls", "rustls-native-certs", "rustls-tls", ] default-features = false