tinymvt 0.3.0

A lightweight library for encoding and decoding Mapbox Vector Tiles (MVT)
Documentation
# 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 = "2024"
name = "tinymvt"
version = "0.3.0"
authors = [
    "Taku Fukada <naninunenor@gmail.com>",
    "asrcpq",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight library for encoding and decoding Mapbox Vector Tiles (MVT)"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ciscorn/tinymvt"

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

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

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

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

[dependencies.foldhash]
version = "0.2.0"

[dependencies.indexmap]
version = "2.9.0"

[dependencies.prost]
version = "0.14.0"

[build-dependencies.prost-build]
version = "0.14.0"