geoq 0.0.6

Geospatial utility CLI
# 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 = "geoq"
version = "0.0.6"
authors = ["Horace Williams <horace@worace.works>"]
description = "Geospatial utility CLI"
homepage = "https://github.com/worace/geoq"
documentation = "https://github.com/worace/geoq/blob/master/manual.md"
license = "MIT"
repository = "https://github.com/worace/geoq"
[dependencies.clap]
version = "2.31.2"

[dependencies.geo]
version = "0.9.1"

[dependencies.geo-types]
version = "0.1"

[dependencies.geohash]
version = "0.7.1"

[dependencies.geojson]
version = "0.11.1"

[dependencies.geoq_wkt]
version = "0.2.0"

[dependencies.lazy_static]
version = "1.0.1"

[dependencies.os_type]
version = "1.0.0"

[dependencies.percent-encoding]
version = "1.0.1"

[dependencies.regex]
version = "1.0.0"

[dependencies.serde_json]
version = "1.0.22"
[dev-dependencies.assert_cli]
version = "0.6.2"