class Registry : CargoPriorityResolveBase<IRegistry>, IRegistry
<init> |
Registry(args: List<IRegistry?>) |
default |
Name of the default registry to use (can be overridden with --registry) val default: String? |
environmentPrefix |
val environmentPrefix: String |
environmentPropertyMapper |
val environmentPropertyMapper: Map<String, () -> Any?> |
index |
URL of the registry index (defaults to the index of crates.io) val index: String? |