{
  "cksum": "978468bae4ea2df20c72db3b20d0bdb548a0c1090b85a83643b553e6e0e041f2",
  "crate_file": "gix-protocol-0.63.0.crate",
  "crate_url": "https://static.crates.io/crates/gix-protocol/gix-protocol-0.63.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.38.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-date",
      "optional": false,
      "req": "^0.15.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "progress"
      ],
      "kind": "normal",
      "name": "gix-features",
      "optional": false,
      "req": "^0.48.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-hash",
      "optional": false,
      "req": "^0.25.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-lock",
      "optional": true,
      "req": "^23.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-negotiate",
      "optional": true,
      "req": "^0.33.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-object",
      "optional": true,
      "req": "^0.62.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "gix-packetline",
      "optional": false,
      "req": "^0.21.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-ref",
      "optional": false,
      "req": "^0.65.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-refspec",
      "optional": true,
      "req": "^0.43.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-revwalk",
      "optional": true,
      "req": "^0.33.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-shallow",
      "optional": false,
      "req": "^0.12.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-trace",
      "optional": true,
      "req": "^0.1.20",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-transport",
      "optional": false,
      "req": "^0.57.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-utils",
      "optional": false,
      "req": "^0.3.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "maybe-async",
      "optional": false,
      "req": "^0.2.11",
      "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
    }
  ],
  "features": {
    "sha1": [
      "gix-hash/sha1"
    ],
    "sha256": [
      "gix-hash/sha256"
    ]
  },
  "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-06-22T13:04:50Z",
  "rust_version": "1.85",
  "v": 2,
  "vers": "0.63.0",
  "yanked": false
}
