[go: up one dir, main page]

postgis 0.1.4

An extension to rust-postgres, adds support for PostGIS.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "postgis"
version = "0.1.4"
authors = ["ShuYu Wang <andelf@gmail.com>"]
description = "An extension to rust-postgres, adds support for PostGIS."
homepage = "https://github.com/andelf/rust-postgis"
repository = "https://github.com/andelf/rust-postgis"
readme = "README.md"
documentation = "http://www.rust-ci.org/andelf/rust-postgis/doc/postgis/"
keywords = ["PostgreSQL", "PostGIS", "GIS", "GEO"]
license = "MIT"

[dependencies]
postgres = "^0.9"
byteorder = "*"