|
|
|
|
|
|
2
|
name = "osmpbf"
|
2
|
name = "osmpbf"
|
|
3
|
version = "0.1.0"
|
3
|
version = "0.1.0"
|
|
4
|
authors = ["Johannes Hofmann <mail@b-r-u.org>"]
|
4
|
authors = ["Johannes Hofmann <mail@b-r-u.org>"]
|
|
5
|
-license = "MIT/Apache-2.0"
|
|
|
|
6
|
readme = "README.md"
|
5
|
readme = "README.md"
|
|
7
|
repository = "https://github.com/b-r-u/osmpbf"
|
6
|
repository = "https://github.com/b-r-u/osmpbf"
|
|
8
|
homepage = "https://github.com/b-r-u/osmpbf"
|
7
|
homepage = "https://github.com/b-r-u/osmpbf"
|
|
|
|
|
|
|
10
|
description = """
|
9
|
description = """
|
|
11
|
A reader for the OpenStreetMap PBF file format (*.osm.pbf).
|
10
|
A reader for the OpenStreetMap PBF file format (*.osm.pbf).
|
|
12
|
"""
|
11
|
"""
|
|
|
|
12
|
+categories = ["parser-implementations", "encoding", "science"]
|
|
|
|
13
|
+keywords = ["openstreetmap", "osm", "pbf", "protocolbuffer", "protobuf"]
|
|
|
|
14
|
+license = "MIT/Apache-2.0"
|
|
13
|
|
15
|
|
|
14
|
[features]
|
16
|
[features]
|
|
15
|
default = ["system-libz"]
|
17
|
default = ["system-libz"]
|