geos 11.1.2

Rust bindings for GEOS C API
Documentation
# 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 = "11.1.2"
authors = [
    "Matthieu Viry <matthieu.viry@cnrs.fr>",
    "Adrien Matissart <a.matissart@qwantresearch.com>",
    "Antoine Desbordes <antoine.desbordes@gmail.com>",
    "Guillaume Pinot <texitoi@texitoi.eu>",
    "Guillaume Gomez <guillaume1.gomez@gmail.com>",
]
build = false
autolib = 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"]

[features]
dox = [
    "vlatest",
    "geo",
    "json",
    "geos-sys/dox",
]
geo = [
    "geo-types",
    "wkt",
]
json = ["geojson"]
static = ["geos-sys/static"]
tests = []
v3_10_0 = [
    "geos-sys/v3_10_0",
    "v3_9_0",
]
v3_11_0 = [
    "geos-sys/v3_11_0",
    "v3_10_0",
]
v3_12_0 = [
    "geos-sys/v3_12_0",
    "v3_11_0",
]
v3_13_0 = [
    "geos-sys/v3_13_0",
    "v3_12_0",
]
v3_14_0 = [
    "geos-sys/v3_14_0",
    "v3_13_0",
]
v3_15_0 = [
    "geos-sys/v3_15_0",
    "v3_14_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",
]
vlatest = ["v3_15_0"]

[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.geo-types]
version = "0.7"
optional = true

[dependencies.geojson]
version = "0.24"
optional = true

[dependencies.geos-sys]
version = "2.0.10"

[dependencies.libc]
version = "0.2"

[dependencies.wkt]
version = "0.10.3"
optional = true