### Problem While working on rust-lang/crater#758 in noticed that <https://doc.rust-lang.org/cargo/reference/pkgid-spec.html> defines `kind` as ``` kind = "registry" | "git" | "file" ``` but based on the examples I think it should be ``` kind = "registry" | "git" | "path" ```