{
  "cksum": "b7c0cb85ce84192051626eb5614b5b78e4de435141ef33fae4256eff3f8bba46",
  "crate_file": "pliantdb-0.1.0-dev.4.crate",
  "crate_url": "https://static.crates.io/crates/pliantdb/pliantdb-0.1.0-dev.4.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "actionable",
      "optional": false,
      "req": "^0.1.0-dev.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "anyhow",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "anyhow",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "fabruic",
      "optional": false,
      "req": "^0.0.1-dev.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "flume",
      "optional": false,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "futures",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "once_cell",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pliantdb-client",
      "optional": true,
      "req": "^0.1.0-dev.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pliantdb-core",
      "optional": false,
      "req": "^0.1.0-dev.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "test-util"
      ],
      "kind": "dev",
      "name": "pliantdb-core",
      "optional": false,
      "req": "^0.1.0-dev.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pliantdb-local",
      "optional": true,
      "req": "^0.1.0-dev.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pliantdb-server",
      "optional": true,
      "req": "^0.1.0-dev.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rand",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "dev",
      "name": "serde",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "structopt",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "url",
      "optional": false,
      "req": "^2.2",
      "target": null
    }
  ],
  "features": {
    "cli": [
      "anyhow",
      "tokio",
      "structopt",
      "local-cli",
      "server-cli"
    ],
    "client": [
      "pliantdb-client"
    ],
    "client-full": [
      "client",
      "client-pubsub",
      "client-keyvalue",
      "client-websockets",
      "client-trusted-dns"
    ],
    "client-keyvalue": [
      "pliantdb-client/keyvalue",
      "pliantdb-core/keyvalue"
    ],
    "client-pubsub": [
      "pliantdb-client/pubsub",
      "pliantdb-core/pubsub"
    ],
    "client-trusted-dns": [
      "pliantdb-client/trusted-dns"
    ],
    "client-websockets": [
      "pliantdb-client/websockets"
    ],
    "default": [],
    "full": [
      "local-full",
      "server-full",
      "client-full"
    ],
    "keyvalue": [
      "server-keyvalue",
      "client-keyvalue",
      "local-keyvalue"
    ],
    "local": [
      "pliantdb-local"
    ],
    "local-cli": [
      "pliantdb-local/cli"
    ],
    "local-full": [
      "local",
      "local-pubsub",
      "local-keyvalue",
      "local-cli"
    ],
    "local-keyvalue": [
      "pliantdb-local/keyvalue",
      "pliantdb-core/keyvalue"
    ],
    "local-pubsub": [
      "pliantdb-local/pubsub",
      "pliantdb-core/pubsub"
    ],
    "pubsub": [
      "server-pubsub",
      "client-pubsub",
      "local-pubsub"
    ],
    "server": [
      "pliantdb-server"
    ],
    "server-cli": [
      "pliantdb-server/cli"
    ],
    "server-full": [
      "server",
      "server-pubsub",
      "server-keyvalue",
      "server-websockets",
      "server-cli"
    ],
    "server-keyvalue": [
      "pliantdb-server/keyvalue",
      "pliantdb-core/keyvalue"
    ],
    "server-pubsub": [
      "pliantdb-server/pubsub",
      "pliantdb-core/pubsub"
    ],
    "server-websockets": [
      "pliantdb-server/websockets"
    ],
    "test-util": [
      "pliantdb-client/test-util",
      "pliantdb-server/test-util"
    ],
    "websockets": [
      "server-websockets",
      "client-websockets"
    ]
  },
  "index_path": "pl/ia/pliantdb",
  "name": "pliantdb",
  "pubtime": "2021-06-23T23:30:12Z",
  "vers": "0.1.0-dev.4",
  "yanked": true
}
