Cargo Features

melodium-repository has no features set by default.

[dependencies]
melodium-repository = { version = "0.8.0", features = ["network", "cargo"] }
network = async-std, http-client, once_cell
cargo = cargo_metadata

Affects melodium-repository::utils

Required by the binary

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.

async-std network?
cargo_metadata cargo?
once_cell network?
http-client not msvc not apple msvc apple network?