geos 5.0.0

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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "geos"
version = "5.0.0"
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>"]
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"]
[dependencies.c_vec]
version = "1.3"

[dependencies.doc-comment]
version = "0.3"

[dependencies.geo-types]
version = "0.4"
optional = true

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

[dependencies.libc]
version = "0.2"

[dependencies.num]
version = "0.2"

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

[features]
dox = ["geo-types", "wkt"]
geo = ["geo-types", "wkt"]
v3_6_0 = ["geos-sys/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"]