{
  "cksum": "f410d3907b6b3647b9e7bca4551274b2e3d716aa940afb67b7287257401da921",
  "crate_file": "arrow-34.0.0.crate",
  "crate_url": "https://static.crates.io/crates/arrow/arrow-34.0.0.crate",
  "deps": [
    {
      "default_features": false,
      "features": [
        "runtime-rng"
      ],
      "kind": "normal",
      "name": "ahash",
      "optional": false,
      "req": "^0.8",
      "target": "cfg(not(target_arch = \"wasm32\"))"
    },
    {
      "default_features": false,
      "features": [
        "compile-time-rng"
      ],
      "kind": "normal",
      "name": "ahash",
      "optional": false,
      "req": "^0.8",
      "target": "cfg(target_arch = \"wasm32\")"
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arrow-arith",
      "optional": false,
      "req": "^34.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arrow-array",
      "optional": false,
      "req": "^34.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arrow-buffer",
      "optional": false,
      "req": "^34.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arrow-cast",
      "optional": false,
      "req": "^34.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arrow-csv",
      "optional": true,
      "req": "^34.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arrow-data",
      "optional": false,
      "req": "^34.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arrow-ipc",
      "optional": true,
      "req": "^34.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arrow-json",
      "optional": true,
      "req": "^34.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arrow-ord",
      "optional": false,
      "req": "^34.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arrow-row",
      "optional": false,
      "req": "^34.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arrow-schema",
      "optional": false,
      "req": "^34.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arrow-select",
      "optional": false,
      "req": "^34.0.0",
      "target": null
    },
    {
      "default_features": true,
      "features": [],
      "kind": "normal",
      "name": "arrow-string",
      "optional": false,
      "req": "^34.0.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "clock"
      ],
      "kind": "dev",
      "name": "chrono",
      "optional": false,
      "req": "^0.4.23",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "comfy-table",
      "optional": true,
      "req": "^6.0",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "criterion",
      "optional": false,
      "req": "^0.4",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "num-traits"
      ],
      "kind": "dev",
      "name": "half",
      "optional": false,
      "req": "^2.1",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "normal",
      "name": "pyo3",
      "optional": true,
      "req": "^0.18",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "std_rng"
      ],
      "kind": "normal",
      "name": "rand",
      "optional": true,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [
        "std",
        "std_rng"
      ],
      "kind": "dev",
      "name": "rand",
      "optional": false,
      "req": "^0.8",
      "target": null
    },
    {
      "default_features": false,
      "features": [],
      "kind": "dev",
      "name": "tempfile",
      "optional": false,
      "req": "^3",
      "target": null
    }
  ],
  "features": {
    "chrono-tz": [
      "arrow-array/chrono-tz"
    ],
    "csv": [
      "arrow-csv"
    ],
    "default": [
      "csv",
      "ipc",
      "json"
    ],
    "dyn_arith_dict": [
      "arrow-arith/dyn_arith_dict"
    ],
    "dyn_cmp_dict": [
      "arrow-string/dyn_cmp_dict",
      "arrow-ord/dyn_cmp_dict"
    ],
    "ffi": [
      "arrow-schema/ffi",
      "arrow-data/ffi"
    ],
    "force_validate": [
      "arrow-data/force_validate"
    ],
    "ipc": [
      "arrow-ipc"
    ],
    "ipc_compression": [
      "ipc",
      "arrow-ipc/lz4",
      "arrow-ipc/zstd"
    ],
    "json": [
      "arrow-json"
    ],
    "prettyprint": [
      "comfy-table"
    ],
    "pyarrow": [
      "pyo3",
      "ffi"
    ],
    "simd": [
      "arrow-array/simd",
      "arrow-ord/simd",
      "arrow-arith/simd"
    ],
    "test_utils": [
      "rand"
    ]
  },
  "index_path": "ar/ro/arrow",
  "name": "arrow",
  "pubtime": "2023-02-27T12:00:14Z",
  "rust_version": "1.62",
  "vers": "34.0.0",
  "yanked": false
}
