[package] name = "happy_eyeballs_glue" version = "0.1.0" authors = ["The Mozilla Necko Team "] edition = "2021" license = "MPL-2.0" description = "FFI glue layer between happy-eyeballs Rust crate and Firefox's C++ networking stack" [dependencies] gecko-profiler = { path = "../../../../tools/profiler/rust-api" } happy-eyeballs = { tag = "v0.2.0", git = "https://github.com/mozilla/happy-eyeballs" } log = "0.4" nserror = { path = "../../../../xpcom/rust/nserror" } serde = { version = "1.0", features = ["derive"] } nsstring = { path = "../../../../xpcom/rust/nsstring" } xpcom = { path = "../../../../xpcom/rust/xpcom" } thin-vec = { version = "0.2.1", features = ["gecko-ffi"] } [target.'cfg(not(windows))'.dependencies] libc = "0.2" [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["ws2def"] }