{
  "cksum": "f6a8fb469e17b651faaba20105f83576d87dadc22520fc28ede79eedf83f5368",
  "crate_file": "apollo-client-0.5.0.crate",
  "crate_url": "https://static.crates.io/crates/apollo-client/apollo-client-0.5.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "env_logger",
      "optional": false,
      "req": "^0.7.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "alloc"
      ],
      "kind": "normal",
      "name": "futures",
      "optional": false,
      "req": "^0.3.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-timer",
      "optional": true,
      "req": "^3.0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "futures-timer",
      "optional": false,
      "req": "^3.0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hostname",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http-01",
      "optional": true,
      "package": "http",
      "req": "^0.1.21",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "http-02",
      "optional": true,
      "package": "http",
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "hyper",
      "optional": true,
      "req": "^0.13.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "hyper",
      "optional": false,
      "req": "^0.13.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde-1"
      ],
      "kind": "normal",
      "name": "indexmap",
      "optional": false,
      "req": "^1.3.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "static-curl"
      ],
      "kind": "normal",
      "name": "isahc",
      "optional": true,
      "req": "^0.8.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lazy_static",
      "optional": false,
      "req": "^1.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "quick-error",
      "optional": false,
      "req": "^1.2.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "regex",
      "optional": true,
      "req": "^1.3.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0.104",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde-xml-rs",
      "optional": true,
      "req": "^0.3.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_derive",
      "optional": false,
      "req": "^1.0.104",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "preserve_order"
      ],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.44",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_urlencoded",
      "optional": false,
      "req": "^0.6.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_yaml",
      "optional": true,
      "req": "^0.8.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "systemstat",
      "optional": true,
      "req": "^0.1.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "time"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^0.2.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^0.2.11",
      "target": null
    }
  ],
  "features": {
    "default": [
      "host-extend",
      "with-curl"
    ],
    "full": [
      "full-curl"
    ],
    "full-curl": [
      "with-curl",
      "yaml",
      "xml",
      "host-extend"
    ],
    "full-hyper": [
      "with-hyper",
      "yaml",
      "xml",
      "host-extend"
    ],
    "host-extend": [
      "host-ip",
      "host-name"
    ],
    "host-ip": [
      "systemstat",
      "regex"
    ],
    "host-name": [
      "hostname"
    ],
    "mock-listen": [],
    "with-curl": [
      "isahc",
      "futures-timer",
      "http-01"
    ],
    "with-hyper": [
      "tokio",
      "hyper",
      "http-02"
    ],
    "xml": [
      "serde-xml-rs"
    ],
    "yaml": [
      "serde_yaml"
    ]
  },
  "index_path": "ap/ol/apollo-client",
  "name": "apollo-client",
  "pubtime": "2020-03-04T03:35:26Z",
  "vers": "0.5.0",
  "yanked": false
}
