# 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 = "stac-duckdb" version = "0.0.2" authors = ["Pete Gadomski "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Experimental client for querying stac-geoparquet using DuckDB" homepage = "https://github.com/stac-utils/stac-rs" readme = "README.md" keywords = [ "geospatial", "stac", "metadata", "geo", "raster", ] categories = [ "science", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/stac-utils/stac-rs" [lib] name = "stac_duckdb" path = "src/lib.rs" [dependencies.arrow] version = "52" [dependencies.duckdb] version = "1.0" [dependencies.geoarrow] version = "0.3" [dependencies.parquet] version = "52" [dependencies.stac] version = "0.10.0" features = ["geoarrow"] [dependencies.stac-api] version = "0.6.0" [dependencies.thiserror] version = "1" [dev-dependencies.geo] version = "0.28"