{
  "cksum": "1b5a068e3588d4807d3d5d7c30b8124f2a3975f32653e1d5fd8ecd7e45c63af6",
  "crate_file": "rbatis-1.8.31.crate",
  "crate_url": "https://static.crates.io/crates/rbatis/rbatis-1.8.31.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-std",
      "optional": true,
      "req": ">=1.7.0, <2.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-trait",
      "optional": false,
      "req": ">=0.1.31, <0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": ">=0.4.0, <0.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "crossbeam-queue",
      "optional": false,
      "req": ">=0.2.3, <0.3.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "fast_log",
      "optional": false,
      "req": ">=1.3.0, <2.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-core",
      "optional": false,
      "req": ">=0.3.7, <0.4.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lazy_static",
      "optional": false,
      "req": ">=1.4.0, <2.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": ">=0.4.0, <0.5.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num-integer",
      "optional": false,
      "req": ">=0.1.0, <0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "once_cell",
      "optional": false,
      "req": ">=1.4.1, <2.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "rbatis-core",
      "optional": true,
      "req": ">=1.8.31, <2.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rustflake",
      "optional": true,
      "package": "rustflake",
      "req": ">=0.1.0, <0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": ">=1.0.0, <2.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": ">=1.0.0, <2.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_yaml",
      "optional": false,
      "req": ">=0.8.0, <0.9.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde",
        "v4"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": false,
      "req": ">=0.8.0, <0.9.0",
      "target": null
    }
  ],
  "features": {
    "actix": [
      "rbatis-core/actix",
      "async-std"
    ],
    "actix-mssql": [
      "rbatis-core/actix-mssql",
      "async-std"
    ],
    "actix-mysql": [
      "rbatis-core/actix-mysql",
      "async-std"
    ],
    "actix-postgres": [
      "rbatis-core/actix-postgres",
      "async-std"
    ],
    "actix-sqlite": [
      "rbatis-core/actix-sqlite",
      "async-std"
    ],
    "async-io": [
      "rbatis-core/async-io",
      "async-std"
    ],
    "async-io-mssql": [
      "rbatis-core/async-io-mssql",
      "async-std"
    ],
    "async-io-mysql": [
      "rbatis-core/async-io-mysql",
      "async-std"
    ],
    "async-io-postgres": [
      "rbatis-core/async-io-postgres",
      "async-std"
    ],
    "async-io-sqlite": [
      "rbatis-core/async-io-sqlite",
      "async-std"
    ],
    "default": [
      "async-io"
    ],
    "snowflake": [
      "rustflake"
    ],
    "tokio02": [
      "rbatis-core/tokio02",
      "async-std/tokio02"
    ],
    "tokio02-mssql": [
      "rbatis-core/tokio02-mssql",
      "async-std/tokio02"
    ],
    "tokio02-mysql": [
      "rbatis-core/tokio02-mysql",
      "async-std/tokio02"
    ],
    "tokio02-postgres": [
      "rbatis-core/tokio02-postgres",
      "async-std/tokio02"
    ],
    "tokio02-sqlite": [
      "rbatis-core/tokio02-sqlite",
      "async-std/tokio02"
    ],
    "tokio03": [
      "rbatis-core/tokio03",
      "async-std/tokio03"
    ],
    "tokio03-mssql": [
      "rbatis-core/tokio03-mssql",
      "async-std/tokio03"
    ],
    "tokio03-mysql": [
      "rbatis-core/tokio03-mysql",
      "async-std/tokio03"
    ],
    "tokio03-postgres": [
      "rbatis-core/tokio03-postgres",
      "async-std/tokio03"
    ],
    "tokio03-sqlite": [
      "rbatis-core/tokio03-sqlite",
      "async-std/tokio03"
    ]
  },
  "index_path": "rb/at/rbatis",
  "name": "rbatis",
  "pubtime": "2020-11-22T16:46:27Z",
  "vers": "1.8.31",
  "yanked": false
}
