cities_heightfield_from_gsi 1.1.0

Height-field generator for Cities Skylines using GSI data
Documentation
# 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]
name = "cities_heightfield_from_gsi"
version = "1.1.0"
authors = ["Usagi Ito <usagi@WonderRabbitProject.net>"]
exclude = ["image/*"]
description = "Height-field generator for Cities Skylines using GSI data"
readme = "README.md"
keywords = ["Cities-Skylines", "GSI", "generator", "height-field", "DEM"]
categories = ["games", "visualization"]
license = "MIT"
repository = "https://github.com/usagi/cities_heightfield_from_gsi"
[dependencies.getopts]
version = "0.2.18"

[dependencies.image]
version = "0.19.0"

[dependencies.lazy_static]
version = "1.0.2"

[dependencies.num]
version = "0.2.0"

[dependencies.reqwest]
version = "0.8.6"

[dependencies.resize]
version = "0.3.0"