In particular, everything should go in ~/appdata/locallow or ~/appdata/local,since ~/.cargo is just a cache, AFAICT. This is `FOLDERID_LocalAppData` for `SHGetKnownFolderPath`, `CSIDL_LOCAL_APPDATA` for `SHGetFolderPath`, and `%LOCALAPPDATA%` in the environment. See also #1734