Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
509 changes: 245 additions & 264 deletions Cargo.lock

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,31 @@ authors = ["Kyle Barron <kylebarron2@gmail.com>"]
edition = "2024"
license = "MIT OR Apache-2.0"
repository = "https://github.com/datafusion-contrib/geodatafusion"
rust-version = "1.85"
rust-version = "1.88"
categories = ["science::geo"]

[workspace.dependencies]
approx = "0.5.1"
arrow-arith = "56.2"
arrow-array = "56.2"
arrow-schema = "56.2"
arrow-arith = "57.1"
arrow-array = "57.1"
arrow-schema = "57.1"
async-trait = "0.1"
datafusion = { version = "50.2", default-features = false }
datafusion-datasource = { version = "50.2", default-features = false }
datafusion-datasource-parquet = "50.2"
datafusion = { version = "51", default-features = false }
datafusion-datasource = { version = "51", default-features = false }
datafusion-datasource-parquet = "51"
flatgeobuf = { version = "5.0", default-features = false }
futures = "0.3"
geo = "0.31.0"
geo-traits = "0.3.0"
geoarrow-array = "0.6.1"
geoarrow-flatgeobuf = "0.6.1"
geoarrow-expr-geo = "0.6.1"
geoarrow-geojson = "0.6.1"
geoarrow-schema = "0.6.1"
geoarrow-array = "0.7.0"
geoarrow-flatgeobuf = "0.7.0"
geoarrow-expr-geo = "0.7.0"
geoarrow-geojson = "0.7.0"
geoarrow-schema = "0.7.0"
geodatafusion = { path = "rust/geodatafusion", version = "0.1.1" }
geohash = "0.13.1"
geojson = "0.24"
geoparquet = "0.6.1"
geoparquet = "0.7.0"
http-range-client = { version = "0.9", default-features = false }
object_store = "0.12.4"
serde_json = "1"
Expand Down
Loading
Loading