# 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" rust-version = "1.75" name = "pyo3-geoarrow" version = "0.1.0-beta.1" authors = ["Kyle Barron "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "GeoArrow integration for pyo3." readme = "README.md" keywords = [ "python", "arrow", ] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/geoarrow/geoarrow-rs" [lib] name = "pyo3_geoarrow" crate-type = ["rlib"] path = "src/lib.rs" [dependencies.arrow] version = "53" features = [ "ffi", "chrono-tz", ] [dependencies.arrow-array] version = "53" [dependencies.arrow-buffer] version = "53" [dependencies.arrow-schema] version = "53" [dependencies.geo] version = "0.28" [dependencies.geoarrow] version = "0.4.0-beta.1" features = [ "geozero", "geozero", ] [dependencies.geozero] version = "0.14" [dependencies.indexmap] version = "2.5.0" [dependencies.pyo3] version = "0.21.0" features = [ "hashbrown", "serde", "anyhow", "chrono", "indexmap", ] [dependencies.pyo3-arrow] version = "0.4" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.url] version = "2.5"