{
  "cksum": "565eaa4df8438f2919135284410284c99100a2f9836d89efd918292107a80165",
  "crate_file": "gix-protocol-0.60.0.crate",
  "crate_url": "https://static.crates.io/crates/gix-protocol/gix-protocol-0.60.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "attributes"
      ],
      "kind": "dev",
      "name": "async-std",
      "optional": false,
      "req": "^1.9.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": true,
      "req": "^0.1.51",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "unicode"
      ],
      "kind": "normal",
      "name": "bstr",
      "optional": false,
      "req": "^1.12.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "document-features",
      "optional": true,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-io",
      "optional": true,
      "req": "^0.3.32",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-lite",
      "optional": true,
      "req": "^2.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-credentials",
      "optional": true,
      "req": "^0.37.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-date",
      "optional": false,
      "req": "^0.15.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "progress"
      ],
      "kind": "normal",
      "name": "gix-features",
      "optional": false,
      "req": "^0.47.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-hash",
      "optional": false,
      "req": "^0.24.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-lock",
      "optional": true,
      "req": "^22.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-negotiate",
      "optional": true,
      "req": "^0.30.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-object",
      "optional": true,
      "req": "^0.59.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "gix-packetline",
      "optional": false,
      "req": "^0.21.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-ref",
      "optional": false,
      "req": "^0.62.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-refspec",
      "optional": true,
      "req": "^0.40.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-revwalk",
      "optional": true,
      "req": "^0.30.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-shallow",
      "optional": false,
      "req": "^0.11.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-trace",
      "optional": true,
      "req": "^0.1.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-transport",
      "optional": false,
      "req": "^0.56.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-utils",
      "optional": false,
      "req": "^0.3.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "maybe-async",
      "optional": false,
      "req": "^0.2.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "nonempty",
      "optional": false,
      "req": "^0.12.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1.0.114",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^2.0.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "simd"
      ],
      "kind": "normal",
      "name": "winnow",
      "optional": false,
      "req": "^1.0.0",
      "target": null
    }
  ],
  "features": {
    "sha1": [
      "gix-hash/sha1"
    ]
  },
  "features2": {
    "async-client": [
      "gix-transport/async-client",
      "dep:async-trait",
      "dep:futures-io",
      "futures-lite",
      "handshake",
      "fetch"
    ],
    "blocking-client": [
      "gix-transport/blocking-client",
      "maybe-async/is_sync",
      "handshake",
      "fetch"
    ],
    "fetch": [
      "dep:gix-negotiate",
      "dep:gix-object",
      "dep:gix-revwalk",
      "dep:gix-lock",
      "dep:gix-refspec",
      "dep:gix-trace"
    ],
    "handshake": [
      "dep:gix-credentials"
    ],
    "serde": [
      "dep:serde",
      "bstr/serde",
      "gix-transport/serde",
      "gix-hash/serde",
      "gix-shallow/serde"
    ]
  },
  "index_path": "gi/x-/gix-protocol",
  "name": "gix-protocol",
  "pubtime": "2026-04-24T09:00:31Z",
  "rust_version": "1.82",
  "v": 2,
  "vers": "0.60.0",
  "yanked": false
}
