{
  "cksum": "398c75d9e562a09a990028289e9109f7ac3bc6d35353a4dbf692ae0b8a75555a",
  "crate_file": "quaint-0.1.7.crate",
  "crate_url": "https://static.crates.io/crates/quaint/quaint-0.1.7.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "debug_stub_derive",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lazy_static",
      "optional": false,
      "req": "^1.3",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "bundled"
      ],
      "kind": "normal",
      "name": "libsqlite3-sys",
      "optional": true,
      "req": "^0.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "release_max_level_trace"
      ],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "metrics",
      "optional": false,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mobc",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "mysql_async",
      "optional": true,
      "req": "^0.21",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "native-tls",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num_cpus",
      "optional": false,
      "req": "^1.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "percent-encoding",
      "optional": false,
      "req": "^2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "postgres-native-tls",
      "optional": true,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "chrono",
        "bundled"
      ],
      "kind": "normal",
      "name": "rusqlite",
      "optional": true,
      "req": "^0.20",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rust_decimal",
      "optional": false,
      "req": "^1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt-threaded",
        "macros"
      ],
      "kind": "normal",
      "name": "tokio",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "rt-threaded",
        "macros"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "with-uuid-0_8",
        "with-chrono-0_4",
        "with-serde_json-1"
      ],
      "kind": "normal",
      "name": "tokio-postgres",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "tracing-core",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "url",
      "optional": false,
      "req": "^1.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "uuid",
      "optional": true,
      "req": "^0.8",
      "target": null
    }
  ],
  "features": {
    "array": [],
    "chrono-0_4": [
      "chrono"
    ],
    "default": [],
    "full": [
      "pooled",
      "sqlite",
      "json-1",
      "postgresql",
      "uuid-0_8",
      "chrono-0_4",
      "mysql"
    ],
    "full-mysql": [
      "pooled",
      "mysql",
      "json-1",
      "uuid-0_8",
      "chrono-0_4"
    ],
    "full-postgresql": [
      "pooled",
      "postgresql",
      "json-1",
      "uuid-0_8",
      "chrono-0_4",
      "array"
    ],
    "full-sqlite": [
      "pooled",
      "sqlite",
      "json-1",
      "uuid-0_8",
      "chrono-0_4"
    ],
    "json-1": [
      "serde_json"
    ],
    "mysql": [
      "mysql_async"
    ],
    "pooled": [
      "mobc"
    ],
    "postgresql": [
      "rust_decimal/postgres",
      "native-tls",
      "tokio-postgres",
      "postgres-native-tls",
      "array",
      "bytes",
      "tokio"
    ],
    "single": [
      "sqlite",
      "json-1",
      "postgresql",
      "uuid-0_8",
      "chrono-0_4",
      "mysql"
    ],
    "single-mysql": [
      "mysql",
      "json-1",
      "uuid-0_8",
      "chrono-0_4"
    ],
    "single-postgresql": [
      "postgresql",
      "json-1",
      "uuid-0_8",
      "chrono-0_4",
      "array"
    ],
    "single-sqlite": [
      "sqlite",
      "json-1",
      "uuid-0_8",
      "chrono-0_4"
    ],
    "sqlite": [
      "rusqlite",
      "libsqlite3-sys"
    ],
    "tracing-log": [
      "tracing",
      "tracing-core"
    ],
    "uuid-0_8": [
      "uuid"
    ]
  },
  "index_path": "qu/ai/quaint",
  "name": "quaint",
  "pubtime": "2020-01-13T15:46:53Z",
  "vers": "0.1.7",
  "yanked": false
}
