{
  "cksum": "de08defa195af894cc295a43bfc65ba28903e492fd5f32f7a24bf75eafd9bf34",
  "crate_file": "fd-find-10.2.0.crate",
  "crate_url": "https://static.crates.io/crates/fd-find/fd-find-10.2.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "aho-corasick",
      "optional": false,
      "req": "^1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "argmax",
      "optional": false,
      "req": "^0.3.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "clock"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4.38",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "suggestions",
        "color",
        "wrap_help",
        "cargo",
        "derive"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": false,
      "req": "^4.5.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "clap_complete",
      "optional": true,
      "req": "^4.5.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "crossbeam-channel",
      "optional": false,
      "req": "^0.5.13",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ctrlc",
      "optional": false,
      "req": "^3.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "diff",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "etcetera",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "faccess",
      "optional": false,
      "req": "^0.2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "filetime",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "globset",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "humantime",
      "optional": false,
      "req": "^2.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ignore",
      "optional": false,
      "req": "^0.4.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "jemallocator",
      "optional": true,
      "req": "^0.5.4",
      "target": "cfg(all(not(windows), not(target_os = \"android\"), not(target_os = \"macos\"), not(target_os = \"freebsd\"), not(target_os = \"openbsd\"), not(all(target_env = \"musl\", target_pointer_width = \"32\")), not(target_arch = \"riscv64\")))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": false,
      "req": "^0.2",
      "target": "cfg(all(unix, not(target_os = \"redox\")))"
    },
    {
      "default_features": false,
      "features": [
        "nu-ansi-term"
      ],
      "kind": "normal",
      "name": "lscolors",
      "optional": false,
      "req": "^0.19",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "signal",
        "user",
        "hostname"
      ],
      "kind": "normal",
      "name": "nix",
      "optional": false,
      "req": "^0.29.0",
      "target": "cfg(unix)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "normpath",
      "optional": false,
      "req": "^1.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "nu-ansi-term",
      "optional": false,
      "req": "^0.50",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": false,
      "req": "^1.10.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex-syntax",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "test-case",
      "optional": false,
      "req": "^3.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "version_check",
      "optional": false,
      "req": "^0.9",
      "target": null
    }
  ],
  "features": {
    "base": [
      "use-jemalloc"
    ],
    "completions": [
      "clap_complete"
    ],
    "default": [
      "use-jemalloc",
      "completions"
    ],
    "use-jemalloc": [
      "jemallocator"
    ]
  },
  "index_path": "fd/-f/fd-find",
  "name": "fd-find",
  "pubtime": "2024-08-23T06:42:58Z",
  "rust_version": "1.77.2",
  "vers": "10.2.0",
  "yanked": false
}
