{
  "cksum": "e2305a63f71d4fa59372e9f73c4f54abd409e0288c0cadcd6e46eaaf7d3f3fab",
  "crate_file": "sea-orm-0.4.1.crate",
  "crate_url": "https://static.crates.io/crates/sea-orm/sea-orm-0.4.1.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": "async-trait",
      "optional": false,
      "req": "^0.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "env_logger",
      "optional": false,
      "req": "^0.9",
      "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": "normal",
      "name": "log",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "maplit",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "ouroboros",
      "optional": false,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "pretty_assertions",
      "optional": false,
      "req": "^0.7",
      "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.4.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "thread-safe"
      ],
      "kind": "normal",
      "name": "sea-query",
      "optional": false,
      "req": "^0.19.1",
      "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": "dev",
      "name": "smol",
      "optional": false,
      "req": "^1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "smol-potat",
      "optional": false,
      "req": "^1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "sqlx",
      "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": [],
      "kind": "normal",
      "name": "url",
      "optional": false,
      "req": "^2.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "serde",
        "v4"
      ],
      "kind": "normal",
      "name": "uuid",
      "optional": true,
      "req": "^0.8",
      "target": null
    }
  ],
  "features": {
    "debug-print": [
      "log"
    ],
    "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",
      "chrono/serde"
    ],
    "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-12-04T16:19:20Z",
  "vers": "0.4.1",
  "yanked": false
}
