# 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 = "mvt-reader" version = "1.5.0" authors = ["Paul Lange "] include = [ "/src", "/LICENSE", "/build.rs", "vector_tile.proto", ] description = "A library for decoding and reading mapbox vector tiles in Rust and WebAssembly" readme = "README.md" keywords = [ "rust", "webassembly", "wasm", "pbf", "mvt", ] license = "MIT" repository = "https://github.com/codeart1st/mvt-reader" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.geo-types] version = "0.7" [dependencies.geojson] version = "0.24" optional = true [dependencies.js-sys] version = "0.3" optional = true [dependencies.prost] version = "0.13" features = [ "prost-derive", "std", ] default-features = false [dependencies.serde] version = "1.0" optional = true [dependencies.serde-wasm-bindgen] version = "0.6" optional = true [dependencies.wasm-bindgen] version = "0.2" optional = true [dev-dependencies.prost] version = "0.13.1" [dev-dependencies.serde] version = "1.0.204" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.120" [build-dependencies.prost-build] version = "0.13.1" [features] wasm = [ "wasm-bindgen", "serde-wasm-bindgen", "js-sys", "geojson", "serde", ]