# 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 = "globalmaptile" version = "0.1.7" authors = ["Zero ", "Frédéric Gardes "] description = "Convert a raster into TMS tiles, create KML SuperOverlay EPSG:4326, generate a simple HTML viewers based on Google Maps and OpenLayers. Ported from globalmaptiles.py" homepage = "https://github.com/tigroo31/globalmaptile" documentation = "https://docs.rs/globalmaptile" readme = "README.md" keywords = ["gis", "geo", "geography", "geospatial", "WGS84"] categories = ["data-structures", "parsing"] license = "MIT" repository = "https://github.com/tigroo31/globalmaptile.git" [lib] name = "globalmaptile" [dependencies.log] version = "0.4"