# 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 = "map-engine" version = "0.1.0" authors = ["José Padarian "] description = "A library to work with tiled geospatial (raster) data." keywords = ["geo", "map", "tile", "raster"] categories = ["visualization"] license = "MIT" repository = "https://gitlab.com/spadarian/map-engine" [package.metadata.docs.rs] all-features = true rustc-args = ["--cfg", "docsrs"] [dependencies.gdal] version = "0.11" features = ["ndarray"] [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.ndarray] version = "0.15" [dependencies.num-traits] version = "0.2" [dependencies.palette] version = "0.6" [dependencies.png] version = "0.17" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1.0"