# 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 = "2021" name = "lwgeom-sys" version = "0.1.0" authors = ["xhwhis "] build = "build.rs" links = "lwgeom" include = [ "/build.rs", "/src/", "/configure.ac", "/GNUmakefile", "/mvt.h", "/mvt.c", "/postgis_revision.h", "/postgis/COPYING", "/postgis/LICENSE.TXT", "/postgis/autogen.sh", "/postgis/postgis_config.h.in", "/postgis/Version.config", "/postgis/macros/", "/postgis/deps/ryu/LICENSE*", "/postgis/deps/ryu/Makefile.in", "/postgis/deps/ryu/*.h", "/postgis/deps/ryu/*.c", "/postgis/deps/wagyu/LICENSE*", "/postgis/deps/wagyu/*.h", "/postgis/deps/wagyu/*.cpp", "/postgis/deps/wagyu/include/mapbox/*.hpp", "/postgis/deps/wagyu/include/mapbox/geometry/*.hpp", "/postgis/deps/wagyu/include/mapbox/geometry/wagyu/*.hpp", "/postgis/liblwgeom/liblwgeom.h.in", "/postgis/liblwgeom/lwin_wkt_lex.l", "/postgis/liblwgeom/lwin_wkt_parse.y", "/postgis/liblwgeom/Makefile.in", "/postgis/liblwgeom/*.h", "/postgis/liblwgeom/*.c", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Low-level bindings for the PostGIS LWGEOM geometry library." documentation = "https://docs.rs/lwgeom-sys" readme = "README.md" keywords = [ "postgis", "geometry", "geography", "lwgeom", ] categories = ["api-bindings"] license = "GPL-2.0-or-later" repository = "https://github.com/datafabriclabs/lwgeom" [lib] name = "lwgeom_sys" path = "src/lib.rs" [dependencies.libc] version = "0.2" default-features = false [build-dependencies.bindgen] version = "0.70" features = ["experimental"] [build-dependencies.cc] version = "1.1" features = ["parallel"] [build-dependencies.glob] version = "0.3" [build-dependencies.pkg-config] version = "0.3" [features] mvt = []