# 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" rust-version = "1.65" name = "geos" version = "9.1.1" authors = [ "Matthieu Viry ", "Adrien Matissart ", "Antoine Desbordes ", "Guillaume Pinot ", "Guillaume Gomez ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for GEOS C API" readme = "README.md" keywords = [ "geos", "libgeos", "geometry", "geography", "gis", ] categories = [ "external-ffi-bindings", "algorithms", ] license = "MIT" repository = "https://github.com/georust/geos" [package.metadata.docs.rs] features = ["dox"] [lib] name = "geos" path = "src/lib.rs" [[example]] name = "from_geo" path = "examples/from_geo.rs" [[example]] name = "prepared_geom" path = "examples/prepared_geom.rs" [[example]] name = "verbose_example" path = "examples/verbose_example.rs" [dependencies.c_vec] version = "2" [dependencies.geo-types] version = "0.7" optional = true [dependencies.geojson] version = "0.24" optional = true [dependencies.geos-sys] version = "2.0.6" [dependencies.libc] version = "0.2" [dependencies.num] version = "0.4" [dependencies.wkt] version = "0.10.3" optional = true [features] dox = [ "geo-types", "wkt", "json", "geos-sys/dox", ] geo = [ "geo-types", "wkt", ] json = ["geojson"] static = ["geos-sys/static"] v3_10_0 = [ "geos-sys/v3_10_0", "v3_9_0", ] v3_11_0 = [ "geos-sys/v3_11_0", "v3_10_0", ] v3_6_0 = [] v3_7_0 = [ "geos-sys/v3_7_0", "v3_6_0", ] v3_8_0 = [ "geos-sys/v3_8_0", "v3_7_0", ] v3_9_0 = [ "geos-sys/v3_9_0", "v3_8_0", ]