# 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.1.8" authors = ["David GarcĂ­a Morillo "] build = "build.rs" links = "meos" 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" [lib] name = "meos_sys" path = "src/lib.rs" [dependencies.meos-src] version = "0.1.0" optional = true [build-dependencies.bindgen] version = "0.70.1" optional = true [build-dependencies.cmake] version = "0.1" [build-dependencies.pkg-config] version = "0.3.30" [features] bindgen = ["dep:bindgen"] bundled = [ "bindgen", "dep:meos-src", ] default = [] v1_1 = [] v1_2 = []