{
  "cksum": "fbbf3fd31661e4f0716928191ad0bc97ceb43c00fd232fd9a834b654f423df5e",
  "crate_file": "sube-0.4.1.crate",
  "crate_url": "https://static.crates.io/crates/sube/sube-0.4.1.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": true,
      "req": "^1.0.42",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-mutex",
      "optional": true,
      "req": "^1.4.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "async-std",
      "optional": true,
      "req": "^1.9.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "attributes"
      ],
      "kind": "dev",
      "name": "async-std",
      "optional": false,
      "req": "^1.9.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "async-tls",
      "optional": true,
      "req": "^0.11.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": "^0.1.51",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "async-std-runtime"
      ],
      "kind": "normal",
      "name": "async-tungstenite",
      "optional": true,
      "req": "^0.14.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "blake2",
      "optional": false,
      "req": "^0.9.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "codec",
      "optional": false,
      "package": "parity-scale-codec",
      "req": "^2.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std"
      ],
      "kind": "normal",
      "name": "frame-metadata",
      "optional": false,
      "req": "^14.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "futures-channel",
      "optional": true,
      "req": "^0.3.16",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "sink"
      ],
      "kind": "normal",
      "name": "futures-util",
      "optional": true,
      "req": "^0.3.16",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "hex",
      "optional": false,
      "req": "^0.4.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "hex-literal",
      "optional": false,
      "req": "^0.3.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "jsonrpc",
      "optional": true,
      "req": "^0.12.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4.14",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "once_cell",
      "optional": false,
      "req": "^1.8.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "scale-info",
      "optional": true,
      "req": "^1.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "scales",
      "optional": true,
      "package": "scale-serialization",
      "req": "^0.7.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0.66",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "stderrlog",
      "optional": true,
      "req": "^0.5.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "structopt",
      "optional": true,
      "req": "^0.3.22",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "surf",
      "optional": true,
      "req": "^2.3.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "twox-hash",
      "optional": false,
      "req": "^1.6.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "url",
      "optional": true,
      "req": "^2.2.2",
      "target": null
    }
  ],
  "features": {
    "bin": [
      "anyhow",
      "async-std/attributes",
      "http",
      "serde_json",
      "std",
      "stderrlog",
      "structopt",
      "url",
      "v14",
      "wss"
    ],
    "default": [
      "v14",
      "ws",
      "json",
      "std"
    ],
    "http": [
      "jsonrpc",
      "surf/h1-client-rustls"
    ],
    "http-web": [
      "jsonrpc",
      "surf/wasm-client"
    ],
    "json": [
      "v14",
      "scales/json"
    ],
    "std": [],
    "v12": [
      "frame-metadata/v12"
    ],
    "v13": [
      "frame-metadata/v13"
    ],
    "v14": [
      "frame-metadata/v14",
      "scale-info",
      "scales"
    ],
    "ws": [
      "async-std",
      "async-tungstenite",
      "async-mutex",
      "futures-util",
      "futures-channel",
      "jsonrpc"
    ],
    "wss": [
      "ws",
      "async-tls",
      "async-tungstenite/async-tls"
    ]
  },
  "index_path": "su/be/sube",
  "name": "sube",
  "pubtime": "2021-10-18T14:32:43Z",
  "vers": "0.4.1",
  "yanked": false
}
