[package] name = "happyeyeballs" version = "0.1.2" authors = ["conblem "] edition = "2018" license = "MIT" description = "Simple Happy Eyeballs implementation in Tokio (not RFC compliant atm)" categories = ["asynchronous", "network-programming"] keywords = ["happy", "eyeballs", "rfc6555", "ipv6", "tokio"] repository = "https://github.com/conblem/happyeyeballs" [dependencies] tokio = { version = "1", default-features = false, features = ["net", "time", "macros"] } tracing = { version = "0.1", default-features = false, features = ["std"] } [dev-dependencies] tokio = { version = "1", default-features = false, features = ["rt", "io-util"] } tracing-test = "0.1"