# 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 = "h3ron-polars" version = "0.4.0" authors = ["Nico Mandery "] description = "Integration of the h3 geospatial indexing system with polars dataframes" homepage = "https://github.com/nmandery/h3ron" readme = "README.md" keywords = [ "geo", "spatial", "h3", "polars", ] license = "MIT" repository = "https://github.com/nmandery/h3ron" [package.metadata.docs.rs] all-features = true [[bench]] name = "spatialindex" harness = false required-features = ["si_full"] [dependencies.geo] version = "0.27" [dependencies.geo-types] version = "0.7" [dependencies.h3ron] version = "0.18" features = ["indexmap"] [dependencies.kdbush] version = "0.2" optional = true [dependencies.polars] version = "0.32" features = [ "lazy", "dtype-u8", ] [dependencies.polars-core] version = "0.32" [dependencies.rstar] version = "0.11" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.static_aabb2d_index] version = "1" optional = true [dependencies.thiserror] version = "1" [dev-dependencies.criterion] version = "^0.5" features = ["html_reports"] [features] serde = [ "dep:serde", "polars-core/serde", ] si_full = [ "si_kdtree", "si_rtree", "si_packed_hilbert_rtree", ] si_kdtree = ["dep:kdbush"] si_packed_hilbert_rtree = ["dep:static_aabb2d_index"] si_rtree = [ "dep:rstar", "geo-types/use-rstar_0_9", ]