# 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 = "lego_elevation" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Get elevation data suitable for building a terrain map out of legos" readme = "README.md" keywords = [ "lego", "elevation", ] license = "MIT" repository = "https://github.com/matthewdrees/lego_elevation" [[bin]] name = "lego_elevation" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.geo] version = "0.28.0" [dependencies.grid] version = "0.15.0" [dependencies.indicatif] version = "0.17.8" [dependencies.latlon] version = "0.1.3" [dependencies.log] version = "0.4.22" [dependencies.minreq] version = "2.12.0" features = [ "https", "json-using-serde", "urlencoding", ] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.simplelog] version = "0.12.2"