# 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 = "2018" name = "geoq" version = "0.0.25" authors = ["Horace Williams "] description = "Geospatial utility CLI" homepage = "https://github.com/worace/geoq" documentation = "https://github.com/worace/geoq/blob/master/manual.md" readme = "README.md" license = "MIT" repository = "https://github.com/worace/geoq" [profile.release] debug = true [dependencies.clap] version = "2.31.2" [dependencies.dbase] version = "0.2.0" [dependencies.flatbuffers] version = "22.10.26" [dependencies.flatgeobuf] version = "3.24.0" [dependencies.geo] version = "0.18.0" [dependencies.geo-types] version = "0.7.8" [dependencies.geohash] version = "0.12.0" [dependencies.geojson] version = "0.22" features = ["geo-types"] [dependencies.geozero] version = "0.9.6" [dependencies.h3ron] version = "0.16.0" [dependencies.num_cpus] version = "1.0" [dependencies.once_cell] version = "1.4.0" [dependencies.os_info] version = "2.0.6" [dependencies.percent-encoding] version = "1.0.1" [dependencies.regex] version = "1.0.0" [dependencies.reqwest] version = "0.9.19" [dependencies.serde_json] version = "1.0.71" [dependencies.shapefile] version = "0.3.0" features = ["geo-types"] [dependencies.wkt] version = "0.9.2" [dev-dependencies.assert_cli] version = "0.6.2" [dev-dependencies.tempfile] version = "3.3.0"