# 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 = "galileo-mvt" version = "0.1.1" authors = ["Maxim Gritsenko "] exclude = ["test-data/*"] description = "Mapbox Vector Tile format reader" documentation = "https://docs.rs/galileo-mvt" readme = "README.md" keywords = [ "gis", "map", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Maximkaaa/galileo" [dependencies.bytes] version = "1.5.0" [dependencies.galileo-types] version = "0.1.1" [dependencies.log] version = "0.4.20" [dependencies.nalgebra] version = "0.32" features = ["serde-serialize"] [dependencies.prost] version = "0.12.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [build-dependencies.prost-build] version = "0.12.2" [features] default = [] generate_proto = []