[package] name = "fi_forestry" description = "GIS functions and projections for handling forestry data from finland" license = "MIT" version = "0.1.3-alpha" authors = ["mabackma"] edition = "2021" [dependencies] geo-types = "0.7.13" rand = "0.8" geo = "0.28.0" image = "0.25.2" chrono = "0.4.38" serde_json = "1.0.124" serde = { version = "1.0.207", features = ["derive"] } anyhow = "1.0.86" quick-xml = { version = "0.36.1", features = ["serialize"] } fast_poisson = "1.0.0" geo-booleanop = "0.3.2" rayon = "1.10.0" geo-rasterize = "0.1.2" proj4rs = "0.1.3" geojson = "0.24.1" web-sys = { version = "0.3.70", features = ["console"] } rand_distr = "0.4.3" reqwest = { version = "0.12", features = ["blocking"] } [lib] name = "fi_forestry" path = "src/lib.rs" [profile.release] debug = true