rskiller 0.2.1

Find and clean Rust project build artifacts and caches with parallel processing
Documentation
{
  "search": {
    "directory": "~/",
    "full": false,
    "target": "target",
    "exclude": ["node_modules", "vendor", ".git"],
    "excludeHidden": true,
    "includeCargoCache": false
  },
  "output": {
    "sort": "size",
    "gb": false,
    "color": "blue",
    "hideErrors": false
  },
  "behavior": {
    "dryRun": false,
    "deleteAll": false,
    "listOnly": false,
    "noCheckUpdate": false
  },
  "safety": {
    "confirmLargeDeletions": true,
    "largeDeletionThreshold": "1GB",
    "backupBeforeDelete": false,
    "maxConcurrentDeletions": 3
  },
  "filters": {
    "minAgeDays": 0,
    "maxAgeDays": 365,
    "minSize": "1MB",
    "ignoreActiveProjects": true,
    "activeThresholdHours": 24
  }
}