meos-src 0.2.0

static library build for meos-sys
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 = "meos-src"
version = "0.2.0"
authors = ["David GarcĂ­a Morillo <david.garcia.morillo@ulb.be>"]
build = "build.rs"
links = "meossrc"
exclude = [
    "source/mobilitydb",
    "source/meos/examples",
    "source/doc/images",
    "gsl/doc/*.info",
    "gsl/doc/*.pdf",
    "gsl/doc/*.png",
    "gsl/doc/images",
    "gsl/ampl",
    "json-c/tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "static library build for meos-sys"
readme = false
license-file = "LICENSE"
repository = "https://github.com/MobilityDB/meos-rs"

[features]
bundled = [
    "geos-sys/static",
    "proj-sys/bundled_proj",
]

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

[dependencies.geos-src]
version = "0.2"

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

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

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