-
Notifications
You must be signed in to change notification settings - Fork 26
/
Cargo.toml
34 lines (30 loc) · 906 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[package]
name = "osmpbfreader"
version = "0.17.0"
authors = ["Guillaume Pinot <texitoi@texitoi.eu>"]
description = "Read OpenStreetMap PBF files in rust."
documentation = "https://docs.rs/osmpbfreader"
repository = "https://github.com/TeXitoi/osmpbfreader-rs"
keywords = ["openstreetmap", "osm", "pbf"]
categories = ["encoding", "science"]
license = "WTFPL"
readme = "README.md"
edition = "2021"
[badges]
travis-ci = { repository = "TeXitoi/osmpbfreader-rs" }
appveyor = { repository = "TeXitoi/osmpbfreader-rs" }
[dependencies]
byteorder = "1.3"
flat_map = { version = "0.0.10", features = ["serde1"] }
flate2 = "1.0"
par-map = "0.1"
protobuf = "3"
pub-iterator-type = "0.1"
self_cell = "1.0.2"
serde = { version = "1.0", features = ["derive"] }
smartstring = { version = "1.0.1", features = ["serde"] }
[dev-dependencies]
log = "0.4"
env_logger = "0.9.0"
[build-dependencies]
protobuf-codegen = "3"