# 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 = "georaster" version = "0.1.0" authors = ["Pirmin Kalberer "] exclude = ["data"] description = "Rust library for accessing geospatial raster images." homepage = "https://github.com/pka/georaster" readme = "README.md" keywords = [ "tiff", "geo", ] categories = [ "science::geo", "multimedia::images", ] license = "MIT/Apache-2.0" repository = "https://github.com/pka/georaster" [dependencies.tiff] version = "0.9.1" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.http-range-client] version = "0.7.2" [dev-dependencies.image] version = "0.24.7"