# 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 = "h3ron-ndarray" version = "0.18.0" authors = ["Nico Mandery "] description = "Integration with the ndarray crate to generate H3 cells from raster data (using gdal, ...)" homepage = "https://github.com/nmandery/h3ron" readme = "README.md" keywords = [ "geo", "spatial", "h3", "ndarray", ] license = "MIT" repository = "https://github.com/nmandery/h3ron" [[bench]] name = "convert_dataset_r" harness = false [dependencies.geo-types] version = "^0.7" [dependencies.h3ron] version = "0.18" features = ["use-rayon"] [dependencies.log] version = "^0.4" [dependencies.ndarray] version = "^0.15" features = ["rayon"] [dependencies.rayon] version = "^1.5" [dependencies.thiserror] version = "1.0" [dev-dependencies.approx] version = "^0.5" [dev-dependencies.criterion] version = "^0.5" features = ["html_reports"] [dev-dependencies.env_logger] version = "^0.10" [dev-dependencies.gdal] version = "^0.16" features = ["array"] [dev-dependencies.ordered-float] version = "4"