{
  "cksum": "d8bd5a69a1f9c3f48a1b0e56cc12abeae2bdf01b76bb6d5207bef31beb8fa836",
  "crate_file": "edgedb_codegen-0.1.1.crate",
  "crate_url": "https://static.crates.io/crates/edgedb_codegen/edgedb_codegen-0.1.1.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "assert2",
      "optional": false,
      "req": "^0.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bigdecimal",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "chrono",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "document-features",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "edgedb-derive",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "edgedb-errors",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "all-types"
      ],
      "kind": "normal",
      "name": "edgedb-protocol",
      "optional": false,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "unstable",
        "derive"
      ],
      "kind": "normal",
      "name": "edgedb-tokio",
      "optional": true,
      "req": "^0.5.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "with_all"
      ],
      "kind": "dev",
      "name": "edgedb_codegen_core",
      "optional": false,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "edgedb_codegen_macros",
      "optional": false,
      "req": "^0.1.1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "ron",
        "yaml",
        "redactions"
      ],
      "kind": "dev",
      "name": "insta",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num-bigint",
      "optional": true,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "num-traits",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "proc-macro2",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rstest",
      "optional": false,
      "req": "^0.22",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "rustversion",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "derive"
      ],
      "kind": "normal",
      "name": "serde",
      "optional": true,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_bytes",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "log",
        "trace"
      ],
      "kind": "dev",
      "name": "test-log",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [
        "time",
        "test-util",
        "fs"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "trybuild",
      "optional": false,
      "req": "^1",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "typed-builder",
      "optional": false,
      "req": "^0.20",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "uuid",
      "optional": false,
      "req": "^1",
      "target": null
    }
  ],
  "features": {},
  "features2": {
    "default": [
      "with_all"
    ],
    "query": [
      "edgedb_codegen_macros/query",
      "dep:edgedb-tokio",
      "dep:edgedb-derive"
    ],
    "serde": [
      "edgedb_codegen_macros/serde",
      "edgedb-protocol/with-serde",
      "dep:serde",
      "dep:serde_bytes",
      "uuid/serde",
      "chrono/serde"
    ],
    "with_all": [
      "edgedb_codegen_macros/with_all",
      "with_bigint",
      "with_bigdecimal",
      "with_chrono",
      "edgedb-protocol/all-types"
    ],
    "with_bigdecimal": [
      "edgedb_codegen_macros/with_bigdecimal",
      "dep:bigdecimal",
      "dep:num-bigint",
      "dep:num-traits",
      "edgedb-protocol/with-bigdecimal"
    ],
    "with_bigint": [
      "edgedb_codegen_macros/with_bigint",
      "dep:num-bigint",
      "dep:num-traits",
      "edgedb-protocol/with-num-bigint"
    ],
    "with_chrono": [
      "edgedb_codegen_macros/with_chrono",
      "dep:chrono",
      "edgedb-protocol/with-chrono"
    ]
  },
  "index_path": "ed/ge/edgedb_codegen",
  "name": "edgedb_codegen",
  "pubtime": "2024-08-26T10:17:48Z",
  "rust_version": "1.71.0",
  "v": 2,
  "vers": "0.1.1",
  "yanked": false
}
