{
  "cksum": "408bbdca246b5d71c3a1fd62841fccaf63cc85bdc51e164bf0f62f134b902b12",
  "crate_file": "geozero-0.9.2.crate",
  "crate_url": "https://static.crates.io/crates/geozero/geozero-0.9.2.crate",
  "deps": [
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "bytes",
      "optional": true,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "flatgeobuf",
      "optional": false,
      "req": "^0.7.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "gdal",
      "optional": true,
      "req": "^0.12",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "gdal-sys",
      "optional": true,
      "req": "^0.6",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "geo",
      "optional": false,
      "req": "^0.20",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "geo-types",
      "optional": true,
      "req": "^0.7",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "geojson",
      "optional": true,
      "req": "^0.22.3",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "geos",
      "optional": true,
      "req": "^8.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "hex",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "kdbush",
      "optional": false,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "lyon",
      "optional": true,
      "req": "^0.17",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "polylabel",
      "optional": false,
      "req": "^2.4",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "postgres",
      "optional": false,
      "req": "^0.19",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "postgres-types",
      "optional": true,
      "req": "^0.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "prost",
      "optional": true,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "build",
      "name": "prost-build",
      "optional": false,
      "req": "^0.10",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "scroll",
      "optional": true,
      "req": "^0.11",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "seek_bufread",
      "optional": false,
      "req": "^1.2",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "serde_json",
      "optional": false,
      "req": "^1.0.79",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "sqlx",
      "optional": true,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "runtime-tokio-native-tls",
        "macros",
        "time",
        "postgres",
        "sqlite"
      ],
      "kind": "dev",
      "name": "sqlx",
      "optional": false,
      "req": "^0.5",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "thiserror",
      "optional": false,
      "req": "^1.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "rt-multi-thread"
      ],
      "kind": "dev",
      "name": "tokio",
      "optional": false,
      "req": "^1.17.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "wkt",
      "optional": true,
      "req": "^0.10.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "dev",
      "name": "wkt",
      "optional": false,
      "req": "^0.10.0",
      "target": null
    }
  ],
  "features": {
    "default": [
      "with-svg",
      "with-wkt",
      "with-geo",
      "with-geojson"
    ],
    "with-gdal": [
      "gdal",
      "gdal-sys"
    ],
    "with-geo": [
      "geo-types"
    ],
    "with-geojson": [
      "geojson"
    ],
    "with-geos": [
      "geos"
    ],
    "with-gpkg": [
      "with-wkb",
      "sqlx/sqlite"
    ],
    "with-mvt": [
      "prost"
    ],
    "with-postgis-postgres": [
      "with-wkb",
      "postgres-types",
      "bytes"
    ],
    "with-postgis-sqlx": [
      "with-wkb",
      "sqlx/postgres"
    ],
    "with-svg": [],
    "with-tessellator": [
      "lyon"
    ],
    "with-wkb": [
      "scroll",
      "with-wkt"
    ],
    "with-wkt": [
      "wkt"
    ]
  },
  "index_path": "ge/oz/geozero",
  "name": "geozero",
  "pubtime": "2022-04-25T21:31:28Z",
  "vers": "0.9.2",
  "yanked": false
}
