# 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.60" name = "geopolars" version = "0.1.0-alpha.3" authors = [ "Kyle Barron ", "Stuart Lynn", ] exclude = ["cities.arrow"] description = "Geospatial extensions for Polars" documentation = "https://docs.rs/geopolars" readme = "README.md" license = "MIT" repository = "https://github.com/geopolars/geopolars" [lib] bench = false [[bench]] name = "affine" harness = false [[bench]] name = "explode" harness = false [dependencies.geo] version = "0.23" [dependencies.geozero] version = "0.9.4" features = ["with-wkb"] [dependencies.polars] version = "0.24" features = [ "dtype-u8", "dtype-i8", "ipc", "private", ] default-features = false [dependencies.proj] version = "0.27.0" features = [ "geo-types", "bundled_proj", ] optional = true [dependencies.rstar] version = "0.9.3" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [features] default = [ "polars/csv-file", "polars/dtype-slim", "polars/fmt", "polars/temporal", "polars/zip_with", ] proj = ["dep:proj"]