-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (26 loc) · 943 Bytes
/
Copy pathCargo.toml
File metadata and controls
28 lines (26 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "polars-st"
version = "0.7.1"
edition = "2021"
license = "LGPL-2.1"
categories = ["science::geo"]
repository = "https://github.com/Oreilles/polars-st"
keywords = ["polars", "dataframe", "gis", "geospatial", "geometry"]
[lib]
name = "polars_st"
crate-type = ["cdylib"]
[dependencies]
crs-definitions = { git = "https://github.com/oreilles/crs-definitions", branch = "main" }
geo-index = "0.3.4"
geos = { version = "11.1.1", features = ["static", "v3_14_0"]}
num_enum = "0.7.3"
polars = "0.55.2 "
polars-arrow = "0.55.2 "
polars-python = "0.55.2 "
proj4rs = { git = "https://github.com/oreilles/proj4rs", branch = "main", features = ["crs-definitions"] }
proj4wkt = "0.1.1"
pyo3 = { version = "*", features = ["abi3-py310"] }
pyo3-polars = { version = "*", features = ["derive", "dtype-array", "dtype-struct", "dtype-categorical"] }
rayon = "1.10.0"
scroll = "0.12.0"
serde = { version = "1.0.219", features = ["derive"] }