{
  "cksum": "64f19873bbf924fd077580d4ccaaaeddb67c3b3c09a8ffb61e6b4cb67e3c9302",
  "crate_file": "gix-protocol-0.52.1.crate",
  "crate_url": "https://static.crates.io/crates/gix-protocol/gix-protocol-0.52.1.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.31.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-date",
      "optional": false,
      "req": "^0.10.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "progress"
      ],
      "kind": "normal",
      "name": "gix-features",
      "optional": false,
      "req": "^0.44.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-hash",
      "optional": false,
      "req": "^0.20.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-lock",
      "optional": true,
      "req": "^19.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-negotiate",
      "optional": true,
      "req": "^0.22.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-object",
      "optional": true,
      "req": "^0.51.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "gix-packetline",
      "optional": false,
      "req": "^0.19.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-ref",
      "optional": false,
      "req": "^0.54.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-refspec",
      "optional": true,
      "req": "^0.32.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-revwalk",
      "optional": true,
      "req": "^0.22.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-shallow",
      "optional": false,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-trace",
      "optional": true,
      "req": "^0.1.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gix-transport",
      "optional": false,
      "req": "^0.49.1",
      "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": 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.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "simd"
      ],
      "kind": "normal",
      "name": "winnow",
      "optional": false,
      "req": "^0.7.12",
      "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": "2025-10-23T07:25:51Z",
  "rust_version": "1.82",
  "v": 2,
  "vers": "0.52.1",
  "yanked": false
}
