Cargo Features
[dependencies]
download_rs_reborned = { version = "0.2.2", default-features = false, features = ["full", "sync_download", "async_download"] }
- default = async_download
-
默认
- full = async_download, sync_download
- sync_download full?
-
#[cfg(feature = "sync_download")]
Affects
download_rs_reborned::sync_download
… - async_download default full? = indicatif, tokio
-
#[cfg(feature = "async_download")]
依赖 tokio, indicatifAffects
download_rs_reborned::async_download
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.