# 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" version = "0.2.0" authors = ["David GarcĂ­a Morillo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for MEOS C API" documentation = "https://docs.rs/crate/meos/" readme = "README.md" keywords = [ "meos", "libmeos", "mobility", "geotemporal", "gis", ] categories = [ "external-ffi-bindings", "algorithms", ] license-file = "LICENSE" repository = "https://github.com/MobilityDB/RustMEOS" [lib] name = "meos" path = "src/lib.rs" [[example]] name = "01_hello_world" path = "examples/01_hello_world.rs" [[example]] name = "02_ais_read" path = "examples/02_ais_read.rs" [[example]] name = "03_ais_assemble" path = "examples/03_ais_assemble.rs" [[example]] name = "ais_full_assemble" path = "examples/ais_full_assemble.rs" [dependencies.bitmask-enum] version = "2.2.4" [dependencies.chrono] version = "0.4.38" [dependencies.geos] version = "9.0.0" optional = true [dependencies.libc] version = "0.2.155" [dependencies.meos-sys] version = "0.1.5" [dependencies.paste] version = "1.0.15" [dev-dependencies.csv] version = "1.3.0" [dev-dependencies.serial_test] version = "3.1.1" [features] default = ["geos"]