tinymvt 0.1.0

Simple library for serializing Mapbox Vector Tile (MVT) with minimal dependencies.
Documentation
[build-dependencies.prost-build]
version = "0.13.5"

[dependencies.foldhash]
version = "0.1.4"

[dependencies.indexmap]
version = "2.7.1"

[dependencies.prost]
version = "0.13.5"

[[example]]
name = "demo"
path = "examples/demo.rs"

[lib]
name = "tinymvt"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Simple library for serializing Mapbox Vector Tile (MVT) with minimal dependencies."
edition = "2021"
license = "MIT"
name = "tinymvt"
readme = "README.md"
repository = "https://github.com/ciscorn/tinymvt"
version = "0.1.0"

[[test]]
name = "make_tile"
path = "tests/make_tile.rs"