osmpbfreader 0.13.0

Read OpenStreetMap PBF files in rust.
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 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 = "osmpbfreader"
version = "0.13.0"
authors = ["Guillaume Pinot <texitoi@texitoi.eu>"]
description = "Read OpenStreetMap PBF files in rust."
documentation = "https://docs.rs/osmpbfreader"
readme = "README.md"
keywords = ["openstreetmap", "osm", "pbf"]
categories = ["encoding", "science"]
license = "WTFPL"
repository = "https://github.com/TeXitoi/osmpbfreader-rs"
[dependencies.byteorder]
version = "1.3"

[dependencies.flat_map]
version = "0.0.8"
features = ["serde1"]

[dependencies.flate2]
version = "1.0"

[dependencies.par-map]
version = "0.1"

[dependencies.protobuf]
version = "2"

[dependencies.pub-iterator-type]
version = "0.1"

[dependencies.rental]
version = "0.5"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"
[dev-dependencies.env_logger]
version = "0.6"

[dev-dependencies.log]
version = "0.4"
[build-dependencies.protobuf-codegen-pure]
version = "2"
[badges.appveyor]
repository = "TeXitoi/osmpbfreader-rs"

[badges.travis-ci]
repository = "TeXitoi/osmpbfreader-rs"