Not using the `dep:` syntax created a Cargo feature flag for async-io, though this feature alone does nothing without the `async_std` or `async_tokio` features.
@@ -30,7 +30,7 @@ tempfile = { workspace = true }
[features]
default = []
async_tokio = ["tokio/net"]
-async_std = ["async-io"]
+async_std = ["dep:async-io"]
[package.metadata.docs.rs]
all-features = true