# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "h3arrow" version = "0.4.0" authors = ["Nico Mandery "] description = "Integration of the H3 geospatial grid with the arrow memory model" homepage = "https://github.com/nmandery/h3arrow" readme = "README.md" keywords = [ "geo", "spatial", "h3", "arrow", ] license = "MIT" repository = "https://github.com/nmandery/h3arrow" [package.metadata.docs.rs] all-features = true [dependencies.ahash] version = "0.8" [dependencies.arrow] version = "50" [dependencies.geo] version = "0.28" [dependencies.geo-types] version = "0.7" [dependencies.geoarrow] version = "0.1.0" features = ["geozero"] optional = true package = "geoarrow" [dependencies.geozero] version = "0.12" features = [ "with-geo", "with-wkb", ] optional = true default-features = false [dependencies.h3o] version = "0.6" features = ["geo"] [dependencies.nom] version = "7" [dependencies.rayon] version = "1" optional = true [dependencies.rstar] version = "0.12" optional = true [dependencies.thiserror] version = "1" [features] geoarrow = [ "dep:geoarrow", "dep:geozero", ] rayon = [ "dep:rayon", "geoarrow/rayon", ] spatial_index = ["dep:rstar"]