{
  "cksum": "5e0af8fa4e8e85c353bda47fb86140c3b47d31f83b5f45fed1d254c9e6c3200d",
  "crate_file": "broker-tokio-0.2.13.crate",
  "crate_url": "https://static.crates.io/crates/broker-tokio/broker-tokio-0.2.13.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": false,
      "req": "^0.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "fnv",
      "optional": true,
      "req": "^1.0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "async-await"
      ],
      "kind": "dev",
      "name": "futures",
      "optional": false,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-core",
      "optional": true,
      "req": "^0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "iovec",
      "optional": true,
      "req": "^0.1.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lazy_static",
      "optional": true,
      "req": "^1.0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "libc",
      "optional": true,
      "req": "^0.2.42",
      "target": "cfg(unix)"
    },
    {
      "default_features": true,
      "features": [
        "futures",
        "checkpoint"
      ],
      "kind": "dev",
      "name": "loom",
      "optional": false,
      "req": "^0.2.13",
      "target": "cfg(not(windows))"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "memchr",
      "optional": true,
      "req": "^2.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mio",
      "optional": true,
      "req": "^0.6.20",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mio-named-pipes",
      "optional": true,
      "req": "^0.1.6",
      "target": "cfg(windows)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mio-uds",
      "optional": true,
      "req": "^0.6.5",
      "target": "cfg(unix)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num_cpus",
      "optional": true,
      "req": "^1.8.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "pin-project-lite",
      "optional": false,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "proptest",
      "optional": false,
      "req": "^0.9.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "signal-hook-registry",
      "optional": true,
      "req": "^1.1.1",
      "target": "cfg(unix)"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "slab",
      "optional": true,
      "req": "^0.4.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3.1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tokio-macros",
      "optional": true,
      "req": "^0.2.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "tokio-test",
      "optional": false,
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "winapi",
      "optional": true,
      "req": "^0.3.8",
      "target": "cfg(windows)"
    }
  ],
  "features": {
    "blocking": [
      "rt-core"
    ],
    "default": [],
    "dns": [
      "rt-core"
    ],
    "fs": [
      "rt-core"
    ],
    "full": [
      "blocking",
      "dns",
      "fs",
      "io-driver",
      "io-util",
      "io-std",
      "macros",
      "net",
      "process",
      "rt-core",
      "rt-util",
      "rt-threaded",
      "signal",
      "stream",
      "sync",
      "time"
    ],
    "io-driver": [
      "mio",
      "lazy_static"
    ],
    "io-std": [
      "rt-core"
    ],
    "io-util": [
      "memchr"
    ],
    "macros": [
      "tokio-macros"
    ],
    "net": [
      "dns",
      "tcp",
      "udp",
      "uds"
    ],
    "process": [
      "io-driver",
      "libc",
      "mio-named-pipes",
      "signal",
      "winapi/consoleapi",
      "winapi/minwindef",
      "winapi/threadpoollegacyapiset",
      "winapi/winerror"
    ],
    "rt-core": [],
    "rt-threaded": [
      "num_cpus",
      "rt-core"
    ],
    "rt-util": [],
    "signal": [
      "io-driver",
      "lazy_static",
      "libc",
      "mio-uds",
      "signal-hook-registry",
      "winapi/consoleapi",
      "winapi/minwindef"
    ],
    "stream": [
      "futures-core"
    ],
    "sync": [
      "fnv"
    ],
    "tcp": [
      "io-driver",
      "iovec"
    ],
    "test-util": [],
    "time": [
      "slab"
    ],
    "udp": [
      "io-driver"
    ],
    "uds": [
      "io-driver",
      "mio-uds",
      "libc"
    ]
  },
  "index_path": "br/ok/broker-tokio",
  "name": "broker-tokio",
  "pubtime": "2020-01-23T10:21:06Z",
  "vers": "0.2.13",
  "yanked": false
}
