{
  "cksum": "5faf9cc5b45fe78221bac3326bbf932b2c03a6cbc9b5793e4c4826eb399b1d9d",
  "crate_file": "iota-client-1.1.0.crate",
  "crate_url": "https://static.crates.io/crates/iota-client/iota-client-1.1.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1.51",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bee-common",
      "optional": false,
      "req": "^0.4.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bee-crypto",
      "optional": true,
      "req": "^0.2.1-alpha",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "bee-message",
      "optional": false,
      "req": "^0.1.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bee-pow",
      "optional": false,
      "req": "^0.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bee-rest-api",
      "optional": false,
      "req": "^0.1.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bee-ternary",
      "optional": true,
      "req": "^0.4.2-alpha",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": true,
      "req": "^1.1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": true,
      "req": "^0.3.17",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "hex",
      "optional": false,
      "req": "^0.4.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "blake2b",
        "ed25519",
        "random",
        "slip10",
        "bip39",
        "bip39-en"
      ],
      "kind": "normal",
      "name": "iota-crypto",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4.14",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "num_cpus",
      "optional": false,
      "req": "^1.13.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "once_cell",
      "optional": true,
      "req": "^1.8.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "unicode-perl"
      ],
      "kind": "normal",
      "name": "regex",
      "optional": false,
      "req": "^1.5.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "json",
        "rustls-tls",
        "blocking"
      ],
      "kind": "normal",
      "name": "reqwest",
      "optional": true,
      "req": "^0.11.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "websocket"
      ],
      "kind": "normal",
      "name": "rumqttc",
      "optional": true,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "bundled"
      ],
      "kind": "normal",
      "name": "rusqlite",
      "optional": true,
      "req": "^0.24.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.130",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.68",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1.0.29",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "macros"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1.12.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "tls",
        "json"
      ],
      "kind": "normal",
      "name": "ureq",
      "optional": true,
      "req": "^2.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "url",
      "optional": false,
      "req": "^2.2.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "wasm-timer",
      "optional": true,
      "req": "^0.2.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "zeroize",
      "optional": false,
      "req": "^1.4.1",
      "target": null
    }
  ],
  "features": {
    "async": [
      "reqwest",
      "futures",
      "tokio"
    ],
    "default": [
      "async"
    ],
    "mqtt": [
      "rumqttc",
      "once_cell",
      "futures"
    ],
    "pow-fallback": [],
    "storage": [
      "rusqlite",
      "once_cell"
    ],
    "sync": [
      "ureq",
      "tokio",
      "futures"
    ],
    "wasm": [
      "reqwest",
      "futures",
      "wasm-timer",
      "bee-crypto",
      "bee-ternary",
      "bytes"
    ]
  },
  "index_path": "io/ta/iota-client",
  "name": "iota-client",
  "pubtime": "2021-10-31T13:24:09Z",
  "vers": "1.1.0",
  "yanked": true
}
