# 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 = "happy-eyeballs" version = "0.2.1" authors = ["Kim Minh Kaplan "] description = "Library that implements Happy Eyeballs, a technique that maintains good user experience even when IPv4 or IPv6 connectivity is defective" documentation = "https://docs.rs/happy-eyeballs" readme = "README.md" keywords = [ "networking", "ipv4", "ipv6", "happy-eyeballs", ] categories = ["network-programming"] license = "0BSD" repository = "https://codeberg.org/KMK/happy-eyeballs" [dependencies.async-std] version = "1" optional = true [dependencies.libc] version = "0.2" optional = true [dependencies.polling] version = "2" optional = true [dependencies.socket2] version = "0.5.1" optional = true [dependencies.tokio] version = "1" features = [ "io-util", "macros", "net", "rt", "time", ] optional = true [dev-dependencies.async-std] version = "1" features = ["attributes"] [dev-dependencies.rand] version = "0.8" [features] default = ["std-net"] std-net = [ "libc", "polling", "socket2", ]