# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "spatial-join" version = "0.1.5" authors = ["Michael Salib "] description = "Spatial join tools" documentation = "https://docs.rs/spatial-join/" readme = "README.md" keywords = ["gis", "geo", "geography", "geospatial", "spatial-join"] license = "MIT/Apache-2.0" repository = "https://github.com/msalib/spatial-join" [lib] bench = false [[bench]] name = "spatial_join" harness = false [dependencies.geo] version = "0.14.0" [dependencies.lazy_static] version = "^1.4" [dependencies.num_cpus] version = "^1" optional = true [dependencies.rayon] version = "^1" optional = true [dependencies.rstar] version = "^0.7" [dependencies.smallvec] version = "^1.4" [dependencies.thiserror] version = "^1" [dev-dependencies.approx] version = "^0.3" [dev-dependencies.criterion] version = "^0.3" [dev-dependencies.geos] version = "5.0.0" [dev-dependencies.pretty_assertions] version = "^0.6" [dev-dependencies.proptest] version = "^0.10.0" [dev-dependencies.rand] version = "^0.7" [dev-dependencies.wkt] version = "0.8.0" [features] default = ["parallel"] parallel = ["rayon", "num_cpus"]