[package]
name = "osm-proto-rs"
version = "0.2.0"
authors = ["Felix Schütt <felix.schuett@maps4print.com>"]
build = "src/build.rs"
description = "Prost-generated native Rust bindings for the OSM PBF file format"
documentation = "https://docs.rs/osm-proto-rs"
keywords = ["osm", "protobuf", "openstreetmap", "proto", "pbf"]
categories = ["encoding"]
license = "MIT"
repository = "https://github.com/sharazam/osm-proto-rs"
[dependencies.prost]
version = "0.1.0"
[dependencies.prost-derive]
version = "0.1.0"
[dependencies.bytes]
version = "0.4.4"
[build-dependencies.prost-build]
version = "0.1.0"