# 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 = "earthwyrm" version = "0.8.1" description = "Vector tile map server for openstreetmap data" documentation = "https://docs.rs/earthwyrm" readme = "README.md" keywords = [ "cartography", "gis", "osm", "server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DougLau/earthwyrm/earthwyrm" [dependencies.loam] version = "0.3" [dependencies.log] version = "0.4" [dependencies.muon-rs] version = "0.2" [dependencies.mvt] version = "0.9.3" [dependencies.osmpbfreader] version = "0.16" [dependencies.pointy] version = "0.6" [dependencies.rosewood] version = "0.3" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0"