meos-sys 0.2.0

MEOS C API bindings
# 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 = "meos-sys"
version = "0.2.0"
authors = ["David GarcĂ­a Morillo <david.garcia.morillo@ulb.be>"]
build = "build.rs"
links = "meos"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MEOS C API bindings"
documentation = "https://docs.rs/crate/meos-sys/"
readme = "README.md"
keywords = [
    "meos",
    "libmeos",
    "mobility",
    "geotemporal",
    "gis",
]
categories = [
    "external-ffi-bindings",
    "algorithms",
]
license-file = "LICENSE"
repository = "https://github.com/MobilityDB/meos-rs"

[features]
bindgen = ["dep:bindgen"]
bundled = [
    "bindgen",
    "dep:meos-src",
    "meos-src/bundled",
    "dep:geos-sys",
    "geos-sys/static",
    "dep:proj-sys",
    "proj-sys/bundled_proj",
]
default = []
v1_1 = []
v1_2 = []
v1_3 = []

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

[dependencies.geos-sys]
version = "2.0"
optional = true

[dependencies.meos-src]
version = "0.2.0"
optional = true

[dependencies.proj-sys]
version = "0.27"
optional = true

[build-dependencies.bindgen]
version = "0.72.1"
optional = true

[build-dependencies.cmake]
version = "0.1"

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