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