# 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 = "spatialtime" version = "0.2.1" authors = ["Brian Moran "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A simple library to lookup longitude + latitude pairs, using flatgeobufs." homepage = "https://github.com/moranbw/spatialtime" readme = "README.md" keywords = [ "time", "timezone", "geospatial", "coordinates", "gps", ] categories = ["date-and-time"] license = "MIT" repository = "https://github.com/moranbw/spatialtime" [package.metadata.docs.rs] features = [ "ned", "osm", ] [lib] name = "spatialtime" path = "src/lib.rs" [dependencies.flatgeobuf] version = "4.4.0" [dependencies.geo] version = "0.29.1" [dependencies.geozero] version = "0.14.0" [dependencies.thiserror] version = "1.0.63" [dependencies.zstd] version = "0.13.2" [build-dependencies.anyhow] version = "1.0.86" [build-dependencies.reqwest] version = "0.12.5" features = [ "blocking", "rustls-tls", ] default-features = false [features] ned = [] osm = [] rebuild-assets = []