# 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 = "2024" name = "happy-eyeballs" version = "0.1.0" build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false readme = "README.md" license = "MIT OR Apache-2.0" [lib] name = "happy_eyeballs" path = "src/lib.rs" [[test]] name = "connection_attempts" path = "tests/connection_attempts.rs" [[test]] name = "hostname_resolution" path = "tests/hostname_resolution.rs" [[test]] name = "https_records" path = "tests/https_records.rs" [[test]] name = "network_config" path = "tests/network_config.rs" [dependencies.log] version = "0.4" default-features = false [dependencies.thiserror] version = "2.0.12" default-features = false [dependencies.url] version = "2.5.7" default-features = false [dev-dependencies.env_logger] version = "0.10" default-features = false