|
|
|
@ -62,7 +62,7 @@ io_safety = []
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
async-attributes = { version = "1.1.2", optional = true }
|
|
|
|
|
async-lock = { version = "2.7.0", optional = true }
|
|
|
|
|
async-lock = { version = "3.1.0", optional = true }
|
|
|
|
|
crossbeam-utils = { version = "0.8.0", optional = true }
|
|
|
|
|
futures-core = { version = "0.3.4", optional = true, default-features = false }
|
|
|
|
|
futures-io = { version = "0.3.4", optional = true }
|
|
|
|
@ -80,10 +80,10 @@ surf = { version = "2.0.0", optional = true }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[target.'cfg(not(target_os = "unknown"))'.dependencies]
|
|
|
|
|
async-global-executor = { version = "2.3.1", optional = true, features = ["async-io"] }
|
|
|
|
|
async-io = { version = "1.13.0", optional = true }
|
|
|
|
|
futures-lite = { version = "1.0.0", optional = true }
|
|
|
|
|
async-process = { version = "1.7.0", optional = true }
|
|
|
|
|
async-global-executor = { version = "2.4.0", optional = true, features = ["async-io"] }
|
|
|
|
|
async-io = { version = "2.2.0", optional = true }
|
|
|
|
|
futures-lite = { version = "2.0.0", optional = true }
|
|
|
|
|
async-process = { version = "2.0.0", optional = true }
|
|
|
|
|
|
|
|
|
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
|
|
|
|
gloo-timers = { version = "0.2.1", features = ["futures"], optional = true }
|
|
|
|
|