[package] name = "makepad-network" version = "1.0.0" edition = "2021" description = "Networking runtime for Makepad UI and CLI apps" license = "MIT OR Apache-2.0" [features] default = [] script = ["dep:makepad-script"] [dependencies] makepad-error-log = { path = "../../libs/error_log", version = "1.0.0" } makepad-live-id = { path = "../../libs/live_id", version = "1.0.0" } makepad-micro-serde = { path = "../../libs/micro_serde", version = "1.0.0" } makepad-script = { path = "../script", version = "1.0.0", optional = true } [target.'cfg(windows)'.dependencies.makepad-futures-legacy] path = "../../libs/futures_legacy" version = "1.0.0" [target.'cfg(windows)'.dependencies.windows] path = "../../libs/windows/windows-rs" version = "0.62.2" features = [ "Foundation", "Foundation_Collections", "Networking", "Networking_Sockets", "Security_Cryptography_Certificates", "Storage", "Storage_Streams", "Web_Http", "Web_Http_Headers", "Win32_System_WinRT", ] [target.'cfg(any(target_os = "macos", target_os = "ios", target_os = "tvos"))'.dependencies] makepad-apple-sys = { path = "../../libs/apple_sys", version = "1.0.0" }