osmpbf 0.1.4

A reader for the OpenStreetMap PBF file format (*.osm.pbf).
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 = "osmpbf"
version = "0.1.4"
authors = ["Johannes Hofmann <mail@b-r-u.org>"]
description = "A reader for the OpenStreetMap PBF file format (*.osm.pbf).\n"
homepage = "https://github.com/b-r-u/osmpbf"
readme = "README.md"
keywords = ["openstreetmap", "osm", "pbf", "protocolbuffer", "protobuf"]
categories = ["parser-implementations", "encoding", "science"]
license = "MIT/Apache-2.0"
repository = "https://github.com/b-r-u/osmpbf"
[dependencies.byteorder]
version = "1.1"

[dependencies.error-chain]
version = "0.11"

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

[dependencies.inflate]
version = "0.3"

[dependencies.memmap]
version = "0.6"

[dependencies.protobuf]
version = "1.4"

[dependencies.rayon]
version = "0.9"

[features]
default = ["system-libz"]
system-libz = ["flate2"]
[badges.appveyor]
repository = "b-r-u/osmpbf"

[badges.travis-ci]
repository = "b-r-u/osmpbf"