# 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 = "echomap" version = "0.7.3" authors = ["Pat Sier "] exclude = [ ".github/*", "img/*", "fixtures/*", ] description = "A command line tool for previewing map files in the terminal" homepage = "https://github.com/pjsier/echomap" readme = "README.md" keywords = [ "geo", "map", "gis", "cli", ] license = "MIT" repository = "https://github.com/pjsier/echomap" [[bin]] name = "echomap" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.0.22" [dependencies.console] version = "0.15.5" [dependencies.csv] version = "1.1" [dependencies.float-cmp] version = "0.9" [dependencies.geo] version = "0.24.1" [dependencies.geo-types] version = "0.7.9" features = ["rstar"] [dependencies.geojson] version = "0.23.0" features = ["geo-types"] [dependencies.indicatif] version = "0.17.3" [dependencies.kml] version = "0.8.0" [dependencies.num-traits] version = "0.2" [dependencies.polyline] version = "0.10.0" [dependencies.rstar] version = "0.10.0" [dependencies.shapefile] version = "0.3.0" features = ["geo-types"] [dependencies.topojson] version = "0.5.1" [dependencies.wkt] version = "0.10.3"