Cargo Features
referencing has no features set by default.
[dependencies]
referencing = { version = "0.29.0", features = ["retrieve-async"] }
- retrieve-async
-
Enables async-trait and futures
Affects
registry::IntoAsyncRetriever
,retriever::AsyncRetrieve
…