rosm_pbf_reader 1.0.4

A low-level Rust library for parsing OpenStreetMap data in PBF format
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 = "rosm_pbf_reader"
version = "1.0.4"
authors = ["Zsolt Bölöny <bolony.zsolt@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A low-level Rust library for parsing OpenStreetMap data in PBF format"
readme = "README.md"
keywords = [
    "osm",
    "openstreetmap",
    "osmpbf",
]
categories = [
    "parser-implementations",
    "encoding",
]
license = "MIT"
repository = "https://github.com/rosm-project/rosm_pbf_reader"

[features]
default = ["flate2"]

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

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

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

[dependencies.flate2]
version = "1.1.9"
optional = true

[dependencies.prost]
version = "0.14.4"

[dev-dependencies.env_logger]
version = "0.11.11"

[dev-dependencies.log]
version = "0.4.33"

[dev-dependencies.threadpool]
version = "1.8.1"

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