-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCargo.toml
More file actions
21 lines (18 loc) · 563 Bytes
/
Cargo.toml
File metadata and controls
21 lines (18 loc) · 563 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "osm_pbf_iter"
version = "0.2.2"
authors = ["Astro <astro@spaceboyz.net>", "Sascha Brawer <sascha@brawer.ch>"]
license = "MIT"
description = "Parse OpenStreetMap .pbf dumps while trying to avoid copying"
documentation = "https://docs.rs/osm_pbf_iter/"
repository = "https://github.com/astro/rust-osm-pbf-iter/"
edition = "2024"
[profile.release]
debug = true
lto = true
opt-level = 3
[dependencies]
libdeflater = "1"
protobuf_iter = ">= 0.1.2"
[dev-dependencies]
chrono = { version = "0.4.43", default-features = false, features = ["alloc"] }