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