# 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 = "postgis" version = "0.9.0" authors = ["ShuYu Wang ", "Pirmin Kalberer "] description = "An extension to rust-postgres, adds support for PostGIS." homepage = "https://github.com/andelf/rust-postgis" documentation = "https://docs.rs/postgis/" readme = "README.md" keywords = ["PostgreSQL", "PostGIS", "GIS", "GEO"] license = "MIT" repository = "https://github.com/andelf/rust-postgis" [dependencies.byteorder] version = "1.4" [dependencies.bytes] version = "1.0" [dependencies.postgres-types] version = "0.2" [dev-dependencies.postgres] version = "0.19"