# 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 = "deltamap" version = "0.2.2" authors = ["Johannes Hofmann "] description = "A simple map viewer\n" homepage = "https://github.com/b-r-u/deltamap" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/b-r-u/deltamap" [dependencies.cgmath] version = "0.16" [dependencies.clap] version = "2.29" [dependencies.directories] version = "1.0" [dependencies.env_logger] version = "0.6" [dependencies.gl] version = "0.11" [dependencies.glutin] version = "0.19" [dependencies.image] version = "0.20" [dependencies.lazy_static] version = "1.0" [dependencies.linked-hash-map] version = "0.5.0" [dependencies.log] version = "0.4" [dependencies.num_cpus] version = "1.0" [dependencies.osmpbf] version = "0.1" [dependencies.regex] version = "1.0" [dependencies.reqwest] version = "0.9" [dependencies.scoped_threadpool] version = "0.1" [dependencies.toml] version = "0.4" [build-dependencies.gl_generator] version = "0.10"