|
|
|
@ -80,10 +80,10 @@ futures-timer = { version = "3.0.2", optional = true }
|
|
|
|
|
surf = { version = "1.0.3", optional = true }
|
|
|
|
|
|
|
|
|
|
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
|
|
|
|
async-executor = { version = "0.1.2", features = ["async-io"], optional = true }
|
|
|
|
|
async-io = { version = "0.1.8", optional = true }
|
|
|
|
|
blocking = { version = "0.5.2", optional = true }
|
|
|
|
|
futures-lite = { version = "0.1.8", optional = true }
|
|
|
|
|
async-executor = { version = "0.2.0", optional = true }
|
|
|
|
|
async-io = { version = "0.2.1", optional = true }
|
|
|
|
|
blocking = { version = "0.6.0", optional = true }
|
|
|
|
|
futures-lite = { version = "1.0.0", optional = true }
|
|
|
|
|
|
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
|
|
|
|
futures-timer = { version = "3.0.2", optional = true, features = ["wasm-bindgen"] }
|
|
|
|
|