mvt 0.11.0

A library for encoding mapbox vector tiles
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 = "mvt"
version = "0.11.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for encoding mapbox vector tiles"
documentation = "https://docs.rs/mvt"
readme = "README.md"
keywords = [
    "cartography",
    "gis",
    "vector",
    "tile",
    "mapbox",
]
categories = ["encoding"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/DougLau/mvt"

[features]
update = ["protobuf-codegen"]

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

[[bin]]
name = "mvt"
path = "src/main.rs"
required-features = ["update"]

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

[dependencies.log]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.pointy]
version = "0.7"

[dependencies.protobuf]
version = "~3.7"

[dependencies.protobuf-codegen]
version = "3.7"
optional = true

[dependencies.thiserror]
version = "2"