{
  "cksum": "1eb3d26aba7b281f174f580ab38cdc6eef34cad85628390339aa89dcd752c1dd",
  "crate_file": "sea-orm-0.1.0.crate",
  "crate_url": "https://static.crates.io/crates/sea-orm/sea-orm-0.1.0.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "actix-rt",
      "optional": false,
      "req": "^2.2.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "attributes"
      ],
      "kind": "dev",
      "name": "async-std",
      "optional": false,
      "req": "^1.9",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "async-stream",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "futures-util",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "maplit",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "rust_decimal",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rust_decimal_macros",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sea-orm-macros",
      "optional": true,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sea-query",
      "optional": false,
      "req": "^0.12.8",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive",
        "sea-orm"
      ],
      "kind": "normal",
      "name": "sea-strum",
      "optional": false,
      "req": "^0.21",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sqlx",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sqlx-core",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sqlx-macros",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "full"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde",
        "v4"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": true,
      "req": "^0.8",
      "target": null
    }
  ],
  "features": {
    "debug-print": [],
    "default": [
      "macros",
      "mock",
      "with-json",
      "with-chrono",
      "with-rust_decimal",
      "with-uuid"
    ],
    "macros": [
      "sea-orm-macros"
    ],
    "mock": [],
    "runtime-actix": [],
    "runtime-actix-native-tls": [
      "sqlx/runtime-actix-native-tls",
      "runtime-actix"
    ],
    "runtime-actix-rustls": [
      "sqlx/runtime-actix-rustls",
      "runtime-actix"
    ],
    "runtime-async-std": [],
    "runtime-async-std-native-tls": [
      "sqlx/runtime-async-std-native-tls",
      "runtime-async-std"
    ],
    "runtime-async-std-rustls": [
      "sqlx/runtime-async-std-rustls",
      "runtime-async-std"
    ],
    "runtime-tokio": [],
    "runtime-tokio-native-tls": [
      "sqlx/runtime-tokio-native-tls",
      "runtime-tokio"
    ],
    "runtime-tokio-rustls": [
      "sqlx/runtime-tokio-rustls",
      "runtime-tokio"
    ],
    "sqlx-all": [
      "sqlx-mysql",
      "sqlx-postgres",
      "sqlx-sqlite"
    ],
    "sqlx-chrono": [
      "sqlx/chrono",
      "with-chrono"
    ],
    "sqlx-decimal": [
      "sqlx/decimal",
      "with-rust_decimal"
    ],
    "sqlx-dep": [
      "sqlx-json",
      "sqlx-chrono",
      "sqlx-decimal",
      "sqlx-uuid"
    ],
    "sqlx-json": [
      "sqlx/json",
      "with-json"
    ],
    "sqlx-mysql": [
      "sqlx-dep",
      "sea-query/sqlx-mysql",
      "sqlx/mysql"
    ],
    "sqlx-postgres": [
      "sqlx-dep",
      "sea-query/sqlx-postgres",
      "sqlx/postgres"
    ],
    "sqlx-sqlite": [
      "sqlx-dep",
      "sea-query/sqlx-sqlite",
      "sqlx/sqlite"
    ],
    "sqlx-uuid": [
      "sqlx/uuid",
      "with-uuid"
    ],
    "with-chrono": [
      "chrono",
      "sea-query/with-chrono"
    ],
    "with-json": [
      "serde_json",
      "sea-query/with-json"
    ],
    "with-rust_decimal": [
      "rust_decimal",
      "sea-query/with-rust_decimal"
    ],
    "with-uuid": [
      "uuid",
      "sea-query/with-uuid"
    ]
  },
  "index_path": "se/a-/sea-orm",
  "name": "sea-orm",
  "pubtime": "2021-08-07T18:38:14Z",
  "vers": "0.1.0",
  "yanked": false
}
