tilemake_rs 0.1.2

Convert osm.pbf files to pmtiles
# 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 = "tilemake_rs"
version = "0.1.2"
authors = ["Tobias Schönberg <tobias47n9e@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert osm.pbf files to pmtiles"
readme = "readme.md"
keywords = [
    "pmtiles",
    "gis",
    "geo",
    "osm",
    "pbf",
]
license = "MIT"
repository = "https://gitlab.com/tobias47n9e/tilemake-rs"

[features]
default = []
serde = [
    "dep:serde",
    "dep:serde_json",
]

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

[dependencies.geozero]
version = "0.15.1"
features = [
    "with-mvt",
    "with-wkb",
]

[dependencies.mlua]
version = "0.11.6"
features = ["luajit"]

[dependencies.osmpbfreader]
version = "0.19.1"

[dependencies.pmtiles]
version = "0.21.0"

[dependencies.serde]
version = "1.0.228"
optional = true

[dependencies.serde_json]
version = "1.0.149"
optional = true

[dev-dependencies.rstest]
version = "0.26.1"