{
  "cksum": "5c64ec7b04c57df6e97a2ac4738a4a09897b88febd6ec4bd2c5d3ff3ad3849df",
  "crate_file": "gix-protocol-0.58.0.crate",
  "crate_url": "https://static.crates.io/crates/gix-protocol/gix-protocol-0.58.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.16",
      "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.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-date",
      "optional": false,
      "req": "^0.15.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "progress"
      ],
      "kind": "normal",
      "name": "gix-features",
      "optional": false,
      "req": "^0.46.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-hash",
      "optional": false,
      "req": "^0.22.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-lock",
      "optional": true,
      "req": "^21.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-negotiate",
      "optional": true,
      "req": "^0.28.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-object",
      "optional": true,
      "req": "^0.57.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "gix-packetline",
      "optional": false,
      "req": "^0.21.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-ref",
      "optional": false,
      "req": "^0.60.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-refspec",
      "optional": true,
      "req": "^0.38.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-revwalk",
      "optional": true,
      "req": "^0.28.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-shallow",
      "optional": false,
      "req": "^0.9.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-trace",
      "optional": true,
      "req": "^0.1.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-transport",
      "optional": false,
      "req": "^0.55.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-utils",
      "optional": false,
      "req": "^0.3.1",
      "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": "^0.7.14",
      "target": null
    }
  ],
  "features": {},
  "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-02-22T16:55:05Z",
  "rust_version": "1.82",
  "v": 2,
  "vers": "0.58.0",
  "yanked": false
}
