# 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 = "2018" name = "geo-stats" version = "0.1.0" authors = ["Stuart Lynn "] description = "Calculate various geospatial stastistics in rust and wasm" keywords = [ "geo", "stats", ] license = "MIT" repository = "https://github.com/matico-platform/geo-stats" [dependencies.approx] version = "0.5.1" [dependencies.geo] version = "0.23.0" [dependencies.geo-types] version = "0.7.7" [dependencies.geo-weights] version = "0.1.0" [dependencies.geojson] version = "0.24.0" [dependencies.nalgebra] version = "0.31.2" [dependencies.nalgebra-sparse] version = "0.7.1" [dependencies.num-traits] version = "0.2.12" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.87"