{
  "cksum": "f3977fd3acf8d4303d651c3e4413c4d1b23ac88959ece94fdc0c5196497dad9c",
  "crate_file": "bonsaidb-0.1.2.crate",
  "crate_url": "https://static.crates.io/crates/bonsaidb/bonsaidb-0.1.2.crate",
  "deps": [
    {
      "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": false,
      "features": [
        "included-from-omnibus"
      ],
      "kind": "normal",
      "name": "bonsaidb-client",
      "optional": true,
      "req": "=0.1.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "included-from-omnibus"
      ],
      "kind": "normal",
      "name": "bonsaidb-core",
      "optional": false,
      "req": "=0.1.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "test-util"
      ],
      "kind": "dev",
      "name": "bonsaidb-core",
      "optional": false,
      "req": "=0.1.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "bonsaidb-keystorage-s3",
      "optional": true,
      "req": "=0.1.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "included-from-omnibus"
      ],
      "kind": "normal",
      "name": "bonsaidb-local",
      "optional": true,
      "req": "=0.1.2",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "included-from-omnibus"
      ],
      "kind": "normal",
      "name": "bonsaidb-server",
      "optional": true,
      "req": "=0.1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "clap",
      "optional": true,
      "req": "^3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "env_logger",
      "optional": false,
      "req": "^0.9",
      "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.3.0",
      "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": [
        "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": "normal",
      "name": "url",
      "optional": true,
      "req": "^2.2",
      "target": null
    }
  ],
  "features": {
    "cli": [
      "anyhow",
      "tokio",
      "clap",
      "url",
      "local-cli",
      "server-cli"
    ],
    "client": [
      "bonsaidb-client"
    ],
    "client-full": [
      "client",
      "client-websockets",
      "client-trusted-dns",
      "client-password-hashing"
    ],
    "client-password-hashing": [
      "password-hashing",
      "bonsaidb-client/password-hashing"
    ],
    "client-trusted-dns": [
      "bonsaidb-client/trusted-dns"
    ],
    "client-websockets": [
      "bonsaidb-client/websockets"
    ],
    "default": [],
    "full": [
      "local-full",
      "server-full",
      "client-full"
    ],
    "keystorage-s3": [
      "bonsaidb-keystorage-s3"
    ],
    "local": [
      "bonsaidb-local"
    ],
    "local-cli": [
      "bonsaidb-local/cli"
    ],
    "local-encryption": [
      "bonsaidb-local/encryption"
    ],
    "local-full": [
      "local",
      "local-cli",
      "local-instrument",
      "local-encryption",
      "local-multiuser",
      "local-password-hashing"
    ],
    "local-instrument": [
      "bonsaidb-local/instrument"
    ],
    "local-multiuser": [
      "bonsaidb-local/multiuser"
    ],
    "local-password-hashing": [
      "password-hashing",
      "bonsaidb-local/password-hashing"
    ],
    "password-hashing": [
      "bonsaidb-core/password-hashing"
    ],
    "server": [
      "bonsaidb-server",
      "local"
    ],
    "server-acme": [
      "bonsaidb-server/acme"
    ],
    "server-cli": [
      "bonsaidb-server/cli",
      "local-cli"
    ],
    "server-encryption": [
      "bonsaidb-server/encryption"
    ],
    "server-full": [
      "server",
      "server-websockets",
      "server-encryption",
      "server-cli",
      "server-instrument",
      "server-acme",
      "server-hyper",
      "server-pem",
      "server-password-hashing"
    ],
    "server-hyper": [
      "bonsaidb-server/hyper"
    ],
    "server-instrument": [
      "bonsaidb-server/instrument"
    ],
    "server-password-hashing": [
      "password-hashing",
      "bonsaidb-server/password-hashing"
    ],
    "server-pem": [
      "bonsaidb-server/pem"
    ],
    "server-websockets": [
      "bonsaidb-server/websockets"
    ],
    "test-util": [
      "bonsaidb-client/test-util",
      "bonsaidb-server/test-util"
    ],
    "websockets": [
      "server-websockets",
      "client-websockets"
    ]
  },
  "index_path": "bo/ns/bonsaidb",
  "name": "bonsaidb",
  "pubtime": "2022-02-12T18:09:25Z",
  "vers": "0.1.2",
  "yanked": false
}
