pbf-reader 0.1.9

Fast openstreetmap PBF file format reader. Reads Nodes, Ways, Relations. It uses mpsc::channell and multiple threads to do job as fast as possible.
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "pbf-reader"
version = "0.1.9"
authors = ["Oleksandr Omelchuk <kaznashcho@gmail.com>"]
exclude = ["map-widget/*", "lyonmap/*"]
description = "Fast openstreetmap PBF file format reader. Reads Nodes, Ways, Relations. It uses mpsc::channell and multiple threads to do job as fast as possible."
homepage = "https://gitlab.com/oleksandromelchuk/rust-osm-reader"
readme = "./Readme.md"
keywords = ["pbf", "openstreetmap", "geocoding", "osm"]
license-file = "./LICENSE"
repository = "https://gitlab.com/oleksandromelchuk/rust-osm-reader"

[lib]
path = "src/lib.rs"
[dependencies.flate2]
version = "1.0.11"

[dependencies.protobuf]
version = "2.8.0"
[dev-dependencies.piston_window]
version = "0.103.0"
[build-dependencies.cbindgen]
version = "0.9.1"

[build-dependencies.protobuf-codegen-pure]
version = "2.8.0"