# 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_diesel" version = "2.4.1" authors = ["Vitaly Merenkov "] description = "An extension for Diesel framework to support PostGIS geometry datatype." homepage = "https://github.com/vitaly-m/postgis-diesel" readme = "README.md" keywords = [ "PostGIS", "GIS", "GEO", "Diesel", ] license = "MIT" repository = "https://github.com/vitaly-m/postgis-diesel" [dependencies.byteorder] version = "1.4" [dependencies.diesel] version = "2.2" features = [ "postgres_backend", "with-deprecated", ] default-features = false [dependencies.schemars] version = "0.8.20" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.diesel] version = "2.2" features = [ "postgres", "with-deprecated", ] default-features = false [dev-dependencies.dotenvy] version = "0.15" [dev-dependencies.serde_json] version = "1.0" [features] schemars = ["dep:schemars"] serde = ["dep:serde"] serde_geojson = ["dep:serde"]