geos-sys 2.0.7

GEOS C API bindings
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"
name = "geos-sys"
version = "2.0.7"
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GEOS C API bindings"
documentation = "https://docs.rs/crate/geos-sys/"
readme = "README.md"
keywords = [
    "geos",
    "libgeos",
    "geometry",
    "geography",
    "gis",
]
categories = [
    "external-ffi-bindings",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/georust/geos"

[features]
default = []
dox = []
static = [
    "geos-src",
    "link-cplusplus",
]
v3_10_0 = []
v3_11_0 = []
v3_12_0 = []
v3_13_0 = []
v3_14_0 = []
v3_7_0 = []
v3_8_0 = []
v3_9_0 = []

[lib]
name = "geos_sys"
path = "src/lib.rs"

[dependencies.geos-src]
version = "0.2.3"
optional = true

[dependencies.libc]
version = "~0.2"

[dependencies.link-cplusplus]
version = "1.0"
optional = true

[build-dependencies.pkg-config]
version = "0.3.25"

[build-dependencies.semver]
version = "1.0"