# optional field for providing a regex-based filter # to limit which crates are published to the destination # registry. only crates with names matching the regex will # be published. # # filter-crates = "" # do everything except actually publish to the destination registry dry-run = false [src] # path of local dir where crate index repository has been cloned index-dir = "path/to/cloned/rrate-index/repo" # path of dir where .crate files were downloaded to. use the # registry-backup tool to quickly and easily download all of # a registry's files crate-files-dir = "path/to/crate/files" [dst] # the value of the `api` field in the destination registry's # config.json file (part of the crate index api-url = "https://crates.shipyard.rs" # auth token to use when publishing crate versions auth-token = "xxx"