{
  "cksum": "37fdd5346668c14e386a4674480f95b0f2373871aae2d56696287baf48e29d6c",
  "crate_file": "rbatis-core-1.8.66.crate",
  "crate_url": "https://static.crates.io/crates/rbatis-core/rbatis-core-1.8.66.crate",
  "deps": [
    {
      "default_features": true,
      "features": [
        "attributes",
        "unstable"
      ],
      "kind": "normal",
      "name": "async-std",
      "optional": true,
      "req": "^1.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "bigdecimal_",
      "optional": false,
      "package": "bigdecimal",
      "req": "^0.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "bit-vec",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "clock",
        "serde"
      ],
      "kind": "normal",
      "name": "chrono",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "ipnetwork",
      "optional": false,
      "req": "^0.17.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lazy_static",
      "optional": false,
      "req": "^1.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "log",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "py_sql",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rexpr",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "raw_value"
      ],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "all-types"
      ],
      "kind": "normal",
      "name": "sqlx-core",
      "optional": true,
      "req": "^0.4.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde"
      ],
      "kind": "normal",
      "name": "time",
      "optional": false,
      "req": "^0.2.16",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde",
        "v4"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": false,
      "req": "^0.8",
      "target": null
    }
  ],
  "features": {
    "actix": [
      "async-std",
      "sqlx-core/runtime-actix-rustls",
      "all-database"
    ],
    "actix-mssql": [
      "async-std/tokio02",
      "sqlx-core/runtime-actix-rustls",
      "mssql"
    ],
    "actix-mysql": [
      "async-std/tokio02",
      "sqlx-core/runtime-actix-rustls",
      "mysql"
    ],
    "actix-postgres": [
      "async-std/tokio02",
      "sqlx-core/runtime-actix-rustls",
      "postgres"
    ],
    "actix-sqlite": [
      "async-std/tokio02",
      "sqlx-core/runtime-actix-rustls",
      "sqlite"
    ],
    "all-database": [
      "sqlx-core/all-databases",
      "mysql",
      "postgres",
      "sqlite",
      "mssql",
      "bit-vec"
    ],
    "async-io": [
      "async-std",
      "sqlx-core/runtime-async-std-rustls",
      "all-database"
    ],
    "async-io-mssql": [
      "async-std",
      "sqlx-core/runtime-async-std-rustls",
      "mssql"
    ],
    "async-io-mysql": [
      "async-std",
      "sqlx-core/runtime-async-std-rustls",
      "mysql"
    ],
    "async-io-postgres": [
      "async-std",
      "sqlx-core/runtime-async-std-rustls",
      "postgres"
    ],
    "async-io-sqlite": [
      "async-std",
      "sqlx-core/runtime-async-std-rustls",
      "sqlite"
    ],
    "debug_mode": [],
    "default": [
      "async-io"
    ],
    "mssql": [
      "sqlx-core/mssql"
    ],
    "mysql": [
      "sqlx-core/mysql"
    ],
    "postgres": [
      "sqlx-core/postgres",
      "bit-vec"
    ],
    "sqlite": [
      "sqlx-core/sqlite"
    ],
    "tokio02": [
      "async-std/tokio02",
      "sqlx-core/runtime-async-std-rustls",
      "all-database"
    ],
    "tokio02-mssql": [
      "async-std/tokio02",
      "sqlx-core/runtime-async-std-rustls",
      "mssql"
    ],
    "tokio02-mysql": [
      "async-std/tokio02",
      "sqlx-core/runtime-async-std-rustls",
      "mysql"
    ],
    "tokio02-postgres": [
      "async-std/tokio02",
      "sqlx-core/runtime-async-std-rustls",
      "postgres"
    ],
    "tokio02-sqlite": [
      "async-std/tokio02",
      "sqlx-core/runtime-async-std-rustls",
      "sqlite"
    ],
    "tokio03": [
      "async-std/tokio03",
      "sqlx-core/runtime-async-std-rustls",
      "all-database"
    ],
    "tokio03-mssql": [
      "async-std/tokio03",
      "sqlx-core/runtime-async-std-rustls",
      "mssql"
    ],
    "tokio03-mysql": [
      "async-std/tokio03",
      "sqlx-core/runtime-async-std-rustls",
      "mysql"
    ],
    "tokio03-postgres": [
      "async-std/tokio03",
      "sqlx-core/runtime-async-std-rustls",
      "postgres"
    ],
    "tokio03-sqlite": [
      "async-std/tokio03",
      "sqlx-core/runtime-async-std-rustls",
      "sqlite"
    ],
    "tokio1": [
      "async-std/tokio1",
      "sqlx-core/runtime-async-std-rustls",
      "all-database"
    ],
    "tokio1-mssql": [
      "async-std/tokio1",
      "sqlx-core/runtime-async-std-rustls",
      "mssql"
    ],
    "tokio1-mysql": [
      "async-std/tokio1",
      "sqlx-core/runtime-async-std-rustls",
      "mysql"
    ],
    "tokio1-postgres": [
      "async-std/tokio1",
      "sqlx-core/runtime-async-std-rustls",
      "postgres"
    ],
    "tokio1-sqlite": [
      "async-std/tokio1",
      "sqlx-core/runtime-async-std-rustls",
      "sqlite"
    ]
  },
  "index_path": "rb/at/rbatis-core",
  "name": "rbatis-core",
  "pubtime": "2021-01-29T16:43:26Z",
  "vers": "1.8.66",
  "yanked": false
}
