{
  "cksum": "319cbd0358058926d4d649bf807143c6b52bb70bfcf7a4fd7aa38bc4f712bee6",
  "crate_file": "gearbox-1.0.5.crate",
  "crate_url": "https://static.crates.io/crates/gearbox/gearbox-1.0.5.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "base64",
      "optional": true,
      "req": "^0.22.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bs58",
      "optional": true,
      "req": "^0.5.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "didkit",
      "optional": true,
      "req": "^0.6.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "dirs",
      "optional": true,
      "req": "^5.0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "getrandom",
      "optional": false,
      "req": "^0.2.15",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hashbrown",
      "optional": false,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hex",
      "optional": true,
      "req": "^0.4.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hmac",
      "optional": true,
      "req": "^0.13.0-pre.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "js-sys",
      "optional": true,
      "req": "^0.3.69",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": false,
      "req": "^0.2.153",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num-traits",
      "optional": false,
      "req": "^0.2.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "default"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.12.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_derive",
      "optional": false,
      "req": "^1.0.198",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_yaml",
      "optional": false,
      "req": "^0.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sha2",
      "optional": true,
      "req": "^0.11.0-pre.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "simple_serde",
      "optional": true,
      "req": "^2.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "spin",
      "optional": false,
      "req": "^0.9.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt-multi-thread",
        "rt",
        "macros"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": false,
      "req": "^0.1.40",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing-subscriber",
      "optional": false,
      "req": "^0.3.18",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "url",
      "optional": false,
      "req": "^2.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "web-sys",
      "optional": true,
      "req": "^0.3.69",
      "target": null
    }
  ],
  "features": {
    "common-dirs": [
      "dirs"
    ],
    "default": [
      "web",
      "http-request",
      "net-signature",
      "common-dirs",
      "did",
      "std",
      "syslog-macro"
    ],
    "did": [
      "didkit"
    ],
    "full": [
      "net-signature",
      "web",
      "http-request",
      "http"
    ],
    "http": [
      "reqwest"
    ],
    "http-request": [
      "http"
    ],
    "log-macro": [],
    "net-signature": [
      "hex",
      "base64",
      "hmac",
      "sha2",
      "simple_serde",
      "bs58",
      "sign-toml",
      "sign-yaml",
      "sign-json",
      "sign-query-string"
    ],
    "sign-json": [
      "simple_serde/json"
    ],
    "sign-query-string": [
      "simple_serde/query-string"
    ],
    "sign-toml": [
      "simple_serde/toml"
    ],
    "sign-yaml": [
      "simple_serde/yaml"
    ],
    "std": [],
    "syslog-macro": [],
    "web": [
      "web-sys",
      "web-storage",
      "js-sys"
    ],
    "web-storage": [
      "web-sys/Storage",
      "web-sys/Window"
    ]
  },
  "index_path": "ge/ar/gearbox",
  "name": "gearbox",
  "pubtime": "2024-06-03T12:38:32Z",
  "vers": "1.0.5",
  "yanked": false
}
